#026367

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

Shades of Blue Lagoon #026367

Tints of Blue Lagoon #026367

Color information

#026367 (or 0x026367) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 67. RGB value is (2,99,103). Sum of RGB (Red+Green+Blue) = 2+99+103=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #026367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026367 is #FD9C98. Grayscale: #464646. Windows color (decimal): -16620697 or 6775554. OLE color: 6775554.

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

Color convert

RGB299103-
CMYK0.980.0400.60
HSL182.38º96.19%20.59%-
HSV(B)182.38º98.06%40.39%-
XYZ6.949.9214.38-
YUV70.45146.3679.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=0.98%
G=48.53%
B=50.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2991030.980.0400.60182.3896.1920.59
Hex2636762403Cb66015
Octal2143147142407426614025
Binary10110001111001111100010100011110010110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026367; }

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

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

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

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

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

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

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

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