Html Css Color HEX #026770 Blue Lagoon

📋 copy color: '#026770'

red 2 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #026770

Tints of Blue Lagoon #026770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 0.92%
G = 47.47%
B = 51.61%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#026770 (or 0x026770) is known color: Blue Lagoon. HEX triplet: 02, 67 and 70. RGB value is (2,103,112). Sum of RGB (Red+Green+Blue) = 2+103+112=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #026770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026770 is #FD988F. Grayscale: #494949. Windows color (decimal): -16619664 or 7366402. OLE color: 7366402.

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

Color convert

RGB 2 103 112 -
CMYK 0.98 0.08 0 0.56
HSL 184.91º 0.96% 0.22% -
HSV(B) 184.91º 0.98% 0.44% -
XYZ 7.8 10.88 17.02 -
YUV 73.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 2 103 112 0.98 0.08 0 0.56 184.91 0.96 0.22
Hex 2 67 70 62 8 0 38 B9 60 16
Octal 2 147 160 142 10 0 70 271 140 26
Binary 10 1100111 1110000 1100010 1000 0 111000 10111001 1100000 10110

Color Harmonies of #026770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026770

Black with #026770

Text Example


Text Example

White with #026770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026770; }

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

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

background-color css

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

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

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

border-color css

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

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

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