Html Css Color HEX #02607E Blue Lagoon

📋 copy color: '#02607E'

red 2 ◦ green 96 ◦ blue 126

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

Shades of Blue Lagoon #02607E

Tints of Blue Lagoon #02607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 126 (49.61% from 255) = 56.25%

R = 0.89%
G = 42.86%
B = 56.25%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02607E (or 0x02607E) is known color: Blue Lagoon. HEX triplet: 02, 60 and 7E. RGB value is (2,96,126). Sum of RGB (Red+Green+Blue) = 2+96+126=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #02607E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02607E is #FD9F81. Grayscale: #474747. Windows color (decimal): -16621442 or 8282114. OLE color: 8282114.

HSL color Cylindrical-coordinate representation of color #02607E: hue angle of 194.52º 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 #02607E is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 96 126 -
CMYK 0.98 0.24 0 0.51
HSL 194.52º 0.97% 0.25% -
HSV(B) 194.52º 0.98% 0.49% -
XYZ 7.97 9.89 21.23 -
YUV 71.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 2 96 126 0.98 0.24 0 0.51 194.52 0.97 0.25
Hex 2 60 7E 62 18 0 33 C3 61 19
Octal 2 140 176 142 30 0 63 303 141 31
Binary 10 1100000 1111110 1100010 11000 0 110011 11000011 1100001 11001

Color Harmonies of #02607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02607E

Black with #02607E

Text Example


Text Example

White with #02607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02607E; }

 p { color: rgb(2,96,126); }

 H1.HeaderClassName
 {
   color: #02607E;
 }
 .AnyTagClassName
 {
   color: #02607E;
 }
</style>

background-color css

<style>
 a { background-color: #02607E; }

 a { background-color: rgb(2,96,126); }

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

border-color css

<style>
 span { border-color: #02607E; }

 span { border-color: rgb(2,96,126); }

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