Html Css Color HEX #026067 Blue Lagoon

📋 copy color: '#026067'

red 2 ◦ green 96 ◦ blue 103

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

Shades of Blue Lagoon #026067

Tints of Blue Lagoon #026067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 51.24%

R = 1%
G = 47.76%
B = 51.24%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#026067 (or 0x026067) is known color: Blue Lagoon. HEX triplet: 02, 60 and 67. RGB value is (2,96,103). Sum of RGB (Red+Green+Blue) = 2+96+103=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #026067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026067 is #FD9F98. Grayscale: #444444. Windows color (decimal): -16621465 or 6774786. OLE color: 6774786.

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

Color convert

RGB 2 96 103 -
CMYK 0.98 0.07 0 0.60
HSL 184.16º 0.96% 0.21% -
HSV(B) 184.16º 0.98% 0.4% -
XYZ 6.66 9.36 14.29 -
YUV 68.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 2 96 103 0.98 0.07 0 0.60 184.16 0.96 0.21
Hex 2 60 67 62 7 0 3C B8 60 15
Octal 2 140 147 142 7 0 74 270 140 25
Binary 10 1100000 1100111 1100010 111 0 111100 10111000 1100000 10101

Color Harmonies of #026067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026067

Black with #026067

Text Example


Text Example

White with #026067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026067; }

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

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

background-color css

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

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

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

border-color css

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

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

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