Html Css Color HEX #02667B Blue Lagoon

📋 copy color: '#02667B'

red 2 ◦ green 102 ◦ blue 123

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

Shades of Blue Lagoon #02667B

Tints of Blue Lagoon #02667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 0.88%
G = 44.93%
B = 54.19%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02667B (or 0x02667B) is known color: Blue Lagoon. HEX triplet: 02, 66 and 7B. RGB value is (2,102,123). Sum of RGB (Red+Green+Blue) = 2+102+123=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #02667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02667B is #FD9984. Grayscale: #4A4A4A. Windows color (decimal): -16619909 or 8087042. OLE color: 8087042.

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

Color convert

RGB 2 102 123 -
CMYK 0.98 0.17 0 0.52
HSL 190.41º 0.97% 0.25% -
HSV(B) 190.41º 0.98% 0.48% -
XYZ 8.35 10.95 20.41 -
YUV 74.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 2 102 123 0.98 0.17 0 0.52 190.41 0.97 0.25
Hex 2 66 7B 62 11 0 34 BE 61 19
Octal 2 146 173 142 21 0 64 276 141 31
Binary 10 1100110 1111011 1100010 10001 0 110100 10111110 1100001 11001

Color Harmonies of #02667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02667B

Black with #02667B

Text Example


Text Example

White with #02667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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