Html Css Color HEX #024A66 Blue Lagoon

📋 copy color: '#024A66'

red 2 ◦ green 74 ◦ blue 102

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

Shades of Blue Lagoon #024A66

Tints of Blue Lagoon #024A66

RGB

 RED value IS 2 (1.17% from 255) = 1.12%

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 102 (40.23% from 255) = 57.3%

R = 1.12%
G = 41.57%
B = 57.3%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#024A66 (or 0x024A66) is known color: Blue Lagoon. HEX triplet: 02, 4A and 66. RGB value is (2,74,102). Sum of RGB (Red+Green+Blue) = 2+74+102=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #024A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A66 is #FDB599. Grayscale: #373737. Windows color (decimal): -16627098 or 6703618. OLE color: 6703618.

HSL color Cylindrical-coordinate representation of color #024A66: hue angle of 196.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A66 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 74 102 -
CMYK 0.98 0.27 0 0.6
HSL 196.8º 0.96% 0.2% -
HSV(B) 196.8º 0.98% 0.4% -
XYZ 4.87 5.87 13.45 -
YUV 55.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 2 74 102 0.98 0.27 0 0.6 196.8 0.96 0.2
Hex 2 4A 66 62 1B 0 3C C5 60 14
Octal 2 112 146 142 33 0 74 305 140 24
Binary 10 1001010 1100110 1100010 11011 0 111100 11000101 1100000 10100

Color Harmonies of #024A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A66

Black with #024A66

Text Example


Text Example

White with #024A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A66; }

 p { color: rgb(2,74,102); }

 H1.HeaderClassName
 {
   color: #024A66;
 }
 .AnyTagClassName
 {
   color: #024A66;
 }
</style>

background-color css

<style>
 a { background-color: #024A66; }

 a { background-color: rgb(2,74,102); }

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

border-color css

<style>
 span { border-color: #024A66; }

 span { border-color: rgb(2,74,102); }

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