Html Css Color HEX #02667D Blue Lagoon

📋 copy color: '#02667D'

red 2 ◦ green 102 ◦ blue 125

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

Shades of Blue Lagoon #02667D

Tints of Blue Lagoon #02667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.54%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 0.87%
G = 44.54%
B = 54.59%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02667D (or 0x02667D) is known color: Blue Lagoon. HEX triplet: 02, 66 and 7D. RGB value is (2,102,125). Sum of RGB (Red+Green+Blue) = 2+102+125=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #02667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02667D is #FD9982. Grayscale: #4A4A4A. Windows color (decimal): -16619907 or 8218114. OLE color: 8218114.

HSL color Cylindrical-coordinate representation of color #02667D: hue angle of 191.22º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02667D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 102 125 -
CMYK 0.98 0.18 0 0.51
HSL 191.22º 0.97% 0.25% -
HSV(B) 191.22º 0.98% 0.49% -
XYZ 8.48 11 21.08 -
YUV 74.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 2 102 125 0.98 0.18 0 0.51 191.22 0.97 0.25
Hex 2 66 7D 62 12 0 33 BF 61 19
Octal 2 146 175 142 22 0 63 277 141 31
Binary 10 1100110 1111101 1100010 10010 0 110011 10111111 1100001 11001

Color Harmonies of #02667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02667D

Black with #02667D

Text Example


Text Example

White with #02667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02667D; }

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

 H1.HeaderClassName
 {
   color: #02667D;
 }
 .AnyTagClassName
 {
   color: #02667D;
 }
</style>

background-color css

<style>
 a { background-color: #02667D; }

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

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

border-color css

<style>
 span { border-color: #02667D; }

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

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