Html Css Color HEX #026468 Blue Lagoon

📋 copy color: '#026468'

red 2 ◦ green 100 ◦ blue 104

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

Shades of Blue Lagoon #026468

Tints of Blue Lagoon #026468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 0.97%
G = 48.54%
B = 50.49%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#026468 (or 0x026468) is known color: Blue Lagoon. HEX triplet: 02, 64 and 68. RGB value is (2,100,104). Sum of RGB (Red+Green+Blue) = 2+100+104=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #026468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026468 is #FD9B97. Grayscale: #474747. Windows color (decimal): -16620440 or 6841346. OLE color: 6841346.

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

Color convert

RGB 2 100 104 -
CMYK 0.98 0.04 0 0.59
HSL 182.35º 0.96% 0.21% -
HSV(B) 182.35º 0.98% 0.41% -
XYZ 7.08 10.13 14.68 -
YUV 71.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 2 100 104 0.98 0.04 0 0.59 182.35 0.96 0.21
Hex 2 64 68 62 4 0 3B B6 60 15
Octal 2 144 150 142 4 0 73 266 140 25
Binary 10 1100100 1101000 1100010 100 0 111011 10110110 1100000 10101

Color Harmonies of #026468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026468

Black with #026468

Text Example


Text Example

White with #026468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026468; }

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

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

background-color css

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

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

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

border-color css

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

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

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