Html Css Color HEX #05618A Allports

📋 copy color: '#05618A'

red 5 ◦ green 97 ◦ blue 138

#05618A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #05618A

Tints of Allports #05618A

RGB

 RED value IS 5 (2.34% from 255) = 2.08%

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 2.08%
G = 40.42%
B = 57.5%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05618A (or 0x05618A) is known color: Allports. HEX triplet: 05, 61 and 8A. RGB value is (5,97,138). Sum of RGB (Red+Green+Blue) = 5+97+138=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #05618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05618A is #FA9E75. Grayscale: #494949. Windows color (decimal): -16424566 or 9068805. OLE color: 9068805.

HSL color Cylindrical-coordinate representation of color #05618A: hue angle of 198.5º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05618A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 97 138 -
CMYK 0.96 0.30 0 0.46
HSL 198.5º 0.93% 0.28% -
HSV(B) 198.5º 0.96% 0.54% -
XYZ 8.92 10.42 25.58 -
YUV 74.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 5 97 138 0.96 0.30 0 0.46 198.5 0.93 0.28
Hex 5 61 8A 60 1E 0 2E C6 5D 1C
Octal 5 141 212 140 36 0 56 306 135 34
Binary 101 1100001 10001010 1100000 11110 0 101110 11000110 1011101 11100

Color Harmonies of #05618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05618A

Black with #05618A

Text Example


Text Example

White with #05618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05618A; }

 p { color: rgb(5,97,138); }

 H1.HeaderClassName
 {
   color: #05618A;
 }
 .AnyTagClassName
 {
   color: #05618A;
 }
</style>

background-color css

<style>
 a { background-color: #05618A; }

 a { background-color: rgb(5,97,138); }

 div.DivClassName
 {
   background-color: #05618A;
 }
 .BgClassName
 {
   background-color: #05618A;
 }
</style>

border-color css

<style>
 span { border-color: #05618A; }

 span { border-color: rgb(5,97,138); }

 td.TdClassName
 {
   border-color: #05618A;
 }
 .TagClassName
 {
   border-color: #05618A;
 }
</style>