Html Css Color HEX #02627A Blue Lagoon

📋 copy color: '#02627A'

red 2 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #02627A

Tints of Blue Lagoon #02627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 122 (48.05% from 255) = 54.95%

R = 0.9%
G = 44.14%
B = 54.95%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02627A (or 0x02627A) is known color: Blue Lagoon. HEX triplet: 02, 62 and 7A. RGB value is (2,98,122). Sum of RGB (Red+Green+Blue) = 2+98+122=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #02627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02627A is #FD9D85. Grayscale: #474747. Windows color (decimal): -16620934 or 8020482. OLE color: 8020482.

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

Color convert

RGB 2 98 122 -
CMYK 0.98 0.20 0 0.52
HSL 192º 0.97% 0.24% -
HSV(B) 192º 0.98% 0.48% -
XYZ 7.91 10.15 19.96 -
YUV 72.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 2 98 122 0.98 0.20 0 0.52 192 0.97 0.24
Hex 2 62 7A 62 14 0 34 C0 61 18
Octal 2 142 172 142 24 0 64 300 141 30
Binary 10 1100010 1111010 1100010 10100 0 110100 11000000 1100001 11000

Color Harmonies of #02627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02627A

Black with #02627A

Text Example


Text Example

White with #02627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02627A; }

 p { color: rgb(2,98,122); }

 H1.HeaderClassName
 {
   color: #02627A;
 }
 .AnyTagClassName
 {
   color: #02627A;
 }
</style>

background-color css

<style>
 a { background-color: #02627A; }

 a { background-color: rgb(2,98,122); }

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

border-color css

<style>
 span { border-color: #02627A; }

 span { border-color: rgb(2,98,122); }

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