Html Css Color HEX #024E67 Blue Lagoon

📋 copy color: '#024E67'

red 2 ◦ green 78 ◦ blue 103

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

Shades of Blue Lagoon #024E67

Tints of Blue Lagoon #024E67

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

 BLUE value IS 103 (40.63% from 255) = 56.28%

R = 1.09%
G = 42.62%
B = 56.28%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#024E67 (or 0x024E67) is known color: Blue Lagoon. HEX triplet: 02, 4E and 67. RGB value is (2,78,103). Sum of RGB (Red+Green+Blue) = 2+78+103=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #024E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E67 is #FDB198. Grayscale: #393939. Windows color (decimal): -16626073 or 6770178. OLE color: 6770178.

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

Color convert

RGB 2 78 103 -
CMYK 0.98 0.24 0 0.60
HSL 194.85º 0.96% 0.21% -
HSV(B) 194.85º 0.98% 0.4% -
XYZ 5.2 6.44 13.8 -
YUV 58.13 153.32 87.97 -
System Red Green Blue C M Y K H S L
Decimal 2 78 103 0.98 0.24 0 0.60 194.85 0.96 0.21
Hex 2 4E 67 62 18 0 3C C3 60 15
Octal 2 116 147 142 30 0 74 303 140 25
Binary 10 1001110 1100111 1100010 11000 0 111100 11000011 1100000 10101

Color Harmonies of #024E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E67

Black with #024E67

Text Example


Text Example

White with #024E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,103); }

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

background-color css

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

 a { background-color: rgb(2,78,103); }

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

border-color css

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

 span { border-color: rgb(2,78,103); }

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