Html Css Color HEX #026270 Blue Lagoon

📋 copy color: '#026270'

red 2 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #026270

Tints of Blue Lagoon #026270

RGB

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

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

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

R = 0.94%
G = 46.23%
B = 52.83%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#026270 (or 0x026270) is known color: Blue Lagoon. HEX triplet: 02, 62 and 70. RGB value is (2,98,112). Sum of RGB (Red+Green+Blue) = 2+98+112=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #026270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026270 is #FD9D8F. Grayscale: #464646. Windows color (decimal): -16620944 or 7365122. OLE color: 7365122.

HSL color Cylindrical-coordinate representation of color #026270: hue angle of 187.64º 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 #026270 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 98 112 -
CMYK 0.98 0.13 0 0.56
HSL 187.64º 0.96% 0.22% -
HSV(B) 187.64º 0.98% 0.44% -
XYZ 7.32 9.92 16.86 -
YUV 70.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 2 98 112 0.98 0.13 0 0.56 187.64 0.96 0.22
Hex 2 62 70 62 D 0 38 BC 60 16
Octal 2 142 160 142 15 0 70 274 140 26
Binary 10 1100010 1110000 1100010 1101 0 111000 10111100 1100000 10110

Color Harmonies of #026270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026270

Black with #026270

Text Example


Text Example

White with #026270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026270; }

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

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

background-color css

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

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

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

border-color css

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

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

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