#026267

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

Shades of Blue Lagoon #026267

Tints of Blue Lagoon #026267

Color information

#026267 (or 0x026267) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 67. RGB value is (2,98,103). Sum of RGB (Red+Green+Blue) = 2+98+103=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #026267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026267 is #FD9D98. Grayscale: #454545. Windows color (decimal): -16620953 or 6775298. OLE color: 6775298.

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

Color convert

RGB298103-
CMYK0.980.0500.60
HSL182.97º96.19%20.59%-
HSV(B)182.97º98.06%40.39%-
XYZ6.849.7314.35-
YUV69.87146.779.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=0.99%
G=48.28%
B=50.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2981030.980.0500.60182.9796.1920.59
Hex2626762503Cb76015
Octal2142147142507426714025
Binary10110001011001111100010101011110010110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026267; }

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

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

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

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

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

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

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

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