#026693

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

Shades of Cerulean #026693

Tints of Cerulean #026693

Color information

#026693 (or 0x026693) is unknown color: approx Cerulean. HEX triplet: 02, 66 and 93. RGB value is (2,102,147). Sum of RGB (Red+Green+Blue) = 2+102+147=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #026693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026693 is #FD996C. Grayscale: #4C4C4C. Windows color (decimal): -16619885 or 9659906. OLE color: 9659906.

HSL color Cylindrical-coordinate representation of color #026693: hue angle of 198.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026693 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2102147-
CMYK0.990.3100.42
HSL198.62º97.32%29.22%-
HSV(B)198.62º98.64%57.65%-
XYZ10.0411.6229.32-
YUV77.23167.3774.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=0.80%
G=40.64%
B=58.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21021470.990.3100.42198.6297.3229.22
Hex26693631F02Ac7611d
Octal21462231433705230714135
Binary10110011010010011110001111111010101011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026693; }

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

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

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

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

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

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

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

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