Html Css Color HEX #026470 Blue Lagoon

📋 copy color: '#026470'

red 2 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #026470

Tints of Blue Lagoon #026470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 0.93%
G = 46.73%
B = 52.34%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#026470 (or 0x026470) is known color: Blue Lagoon. HEX triplet: 02, 64 and 70. RGB value is (2,100,112). Sum of RGB (Red+Green+Blue) = 2+100+112=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #026470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026470 is #FD9B8F. Grayscale: #474747. Windows color (decimal): -16620432 or 7365634. OLE color: 7365634.

HSL color Cylindrical-coordinate representation of color #026470: hue angle of 186.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026470 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 100 112 -
CMYK 0.98 0.11 0 0.56
HSL 186.55º 0.96% 0.22% -
HSV(B) 186.55º 0.98% 0.44% -
XYZ 7.51 10.3 16.92 -
YUV 72.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 2 100 112 0.98 0.11 0 0.56 186.55 0.96 0.22
Hex 2 64 70 62 B 0 38 BB 60 16
Octal 2 144 160 142 13 0 70 273 140 26
Binary 10 1100100 1110000 1100010 1011 0 111000 10111011 1100000 10110

Color Harmonies of #026470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026470

Black with #026470

Text Example


Text Example

White with #026470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026470; }

 p { color: rgb(2,100,112); }

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

background-color css

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

 a { background-color: rgb(2,100,112); }

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

border-color css

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

 span { border-color: rgb(2,100,112); }

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