#026678

Color #026678 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #026678

Tints of Blue Lagoon #026678

Color information

#026678 (or 0x026678) is unknown color: approx Blue Lagoon. HEX triplet: 02, 66 and 78. RGB value is (2,102,120). Sum of RGB (Red+Green+Blue) = 2+102+120=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #026678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026678 is #FD9987. Grayscale: #494949. Windows color (decimal): -16619912 or 7890434. OLE color: 7890434.

HSL color Cylindrical-coordinate representation of color #026678: hue angle of 189.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026678 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2102120-
CMYK0.980.1500.53
HSL189.15º96.72%23.92%-
HSV(B)189.15º98.33%47.06%-
XYZ8.1710.8719.44-
YUV74.15153.8776.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=0.89%
G=45.54%
B=53.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21021200.980.1500.53189.1596.7223.92
Hex2667862F035bd6118
Octal21461701421706527514130
Binary101100110111100011000101111011010110111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026678; }

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

 H1.HeaderClassName
 {
   color: #026678;
 }
 .AnyTagClassName
 {
   color: #026678;
 }
</style>
background-color css

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

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

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

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

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

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