Html Css Color HEX #026366 Blue Lagoon

📋 copy color: '#026366'

red 2 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #026366

Tints of Blue Lagoon #026366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 0.99%
G = 48.77%
B = 50.25%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#026366 (or 0x026366) is known color: Blue Lagoon. HEX triplet: 02, 63 and 66. RGB value is (2,99,102). Sum of RGB (Red+Green+Blue) = 2+99+102=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #026366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026366 is #FD9C99. Grayscale: #464646. Windows color (decimal): -16620698 or 6710018. OLE color: 6710018.

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

Color convert

RGB 2 99 102 -
CMYK 0.98 0.03 0 0.6
HSL 181.8º 0.96% 0.2% -
HSV(B) 181.8º 0.98% 0.4% -
XYZ 6.89 9.9 14.12 -
YUV 70.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 2 99 102 0.98 0.03 0 0.6 181.8 0.96 0.2
Hex 2 63 66 62 3 0 3C B6 60 14
Octal 2 143 146 142 3 0 74 266 140 24
Binary 10 1100011 1100110 1100010 11 0 111100 10110110 1100000 10100

Color Harmonies of #026366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026366

Black with #026366

Text Example


Text Example

White with #026366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026366; }

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

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

background-color css

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

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

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

border-color css

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

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

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