#026268

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

Shades of Blue Lagoon #026268

Tints of Blue Lagoon #026268

Color information

#026268 (or 0x026268) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 68. RGB value is (2,98,104). Sum of RGB (Red+Green+Blue) = 2+98+104=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #026268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026268 is #FD9D97. Grayscale: #454545. Windows color (decimal): -16620952 or 6840834. OLE color: 6840834.

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

Color convert

RGB298104-
CMYK0.980.0600.59
HSL183.53º96.23%20.78%-
HSV(B)183.53º98.08%40.78%-
XYZ6.899.7514.61-
YUV69.98147.279.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=0.98%
G=48.04%
B=50.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2981040.980.0600.59183.5396.2320.78
Hex2626862603Bb86015
Octal2142150142607327014025
Binary10110001011010001100010110011101110111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026268; }

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

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

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

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

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

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

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

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