Html Css Color HEX #026466 Blue Lagoon

📋 copy color: '#026466'

red 2 ◦ green 100 ◦ blue 102

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

Shades of Blue Lagoon #026466

Tints of Blue Lagoon #026466

RGB

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

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

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

R = 0.98%
G = 49.02%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#026466 (or 0x026466) is known color: Blue Lagoon. HEX triplet: 02, 64 and 66. RGB value is (2,100,102). Sum of RGB (Red+Green+Blue) = 2+100+102=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #026466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026466 is #FD9B99. Grayscale: #464646. Windows color (decimal): -16620442 or 6710274. OLE color: 6710274.

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

Color convert

RGB 2 100 102 -
CMYK 0.98 0.02 0 0.6
HSL 181.2º 0.96% 0.2% -
HSV(B) 181.2º 0.98% 0.4% -
XYZ 6.98 10.09 14.15 -
YUV 70.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 2 100 102 0.98 0.02 0 0.6 181.2 0.96 0.2
Hex 2 64 66 62 2 0 3C B5 60 14
Octal 2 144 146 142 2 0 74 265 140 24
Binary 10 1100100 1100110 1100010 10 0 111100 10110101 1100000 10100

Color Harmonies of #026466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026466

Black with #026466

Text Example


Text Example

White with #026466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026466; }

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

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

background-color css

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

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

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

border-color css

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

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

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