Html Css Color HEX #026471 Blue Lagoon

📋 copy color: '#026471'

red 2 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #026471

Tints of Blue Lagoon #026471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 0.93%
G = 46.51%
B = 52.56%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#026471 (or 0x026471) is known color: Blue Lagoon. HEX triplet: 02, 64 and 71. RGB value is (2,100,113). Sum of RGB (Red+Green+Blue) = 2+100+113=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #026471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026471 is #FD9B8E. Grayscale: #484848. Windows color (decimal): -16620431 or 7431170. OLE color: 7431170.

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

Color convert

RGB 2 100 113 -
CMYK 0.98 0.12 0 0.56
HSL 187.03º 0.97% 0.23% -
HSV(B) 187.03º 0.98% 0.44% -
XYZ 7.56 10.32 17.22 -
YUV 72.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 2 100 113 0.98 0.12 0 0.56 187.03 0.97 0.23
Hex 2 64 71 62 C 0 38 BB 61 17
Octal 2 144 161 142 14 0 70 273 141 27
Binary 10 1100100 1110001 1100010 1100 0 111000 10111011 1100001 10111

Color Harmonies of #026471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026471

Black with #026471

Text Example


Text Example

White with #026471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026471; }

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

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

background-color css

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

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

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

border-color css

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

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

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