#026385

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

Shades of Blue Lagoon #026385

Tints of Blue Lagoon #026385

Color information

#026385 (or 0x026385) is unknown color: approx Blue Lagoon. HEX triplet: 02, 63 and 85. RGB value is (2,99,133). Sum of RGB (Red+Green+Blue) = 2+99+133=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #026385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026385 is #FD9C7A. Grayscale: #494949. Windows color (decimal): -16620667 or 8741634. OLE color: 8741634.

HSL color Cylindrical-coordinate representation of color #026385: hue angle of 195.57º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026385 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB299133-
CMYK0.980.2600.48
HSL195.57º97.04%26.47%-
HSV(B)195.57º98.5%52.16%-
XYZ8.7210.6323.78-
YUV73.87161.3676.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=0.85%
G=42.31%
B=56.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2991330.980.2600.48195.5797.0426.47
Hex26385621A030c4611a
Octal21432051423206030414132
Binary10110001110000101110001011010011000011000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026385; }

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

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

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

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

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

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

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

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