Html Css Color HEX #026066 Blue Lagoon

📋 copy color: '#026066'

red 2 ◦ green 96 ◦ blue 102

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

Shades of Blue Lagoon #026066

Tints of Blue Lagoon #026066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 1%
G = 48%
B = 51%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#026066 (or 0x026066) is known color: Blue Lagoon. HEX triplet: 02, 60 and 66. RGB value is (2,96,102). Sum of RGB (Red+Green+Blue) = 2+96+102=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #026066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026066 is #FD9F99. Grayscale: #444444. Windows color (decimal): -16621466 or 6709250. OLE color: 6709250.

HSL color Cylindrical-coordinate representation of color #026066: hue angle of 183.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026066 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 96 102 -
CMYK 0.98 0.06 0 0.6
HSL 183.6º 0.96% 0.2% -
HSV(B) 183.6º 0.98% 0.4% -
XYZ 6.61 9.34 14.02 -
YUV 68.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 2 96 102 0.98 0.06 0 0.6 183.6 0.96 0.2
Hex 2 60 66 62 6 0 3C B8 60 14
Octal 2 140 146 142 6 0 74 270 140 24
Binary 10 1100000 1100110 1100010 110 0 111100 10111000 1100000 10100

Color Harmonies of #026066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026066

Black with #026066

Text Example


Text Example

White with #026066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026066; }

 p { color: rgb(2,96,102); }

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

background-color css

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

 a { background-color: rgb(2,96,102); }

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

border-color css

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

 span { border-color: rgb(2,96,102); }

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