#026390

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

Shades of Cerulean #026390

Tints of Cerulean #026390

Color information

#026390 (or 0x026390) is unknown color: approx Cerulean. HEX triplet: 02, 63 and 90. RGB value is (2,99,144). Sum of RGB (Red+Green+Blue) = 2+99+144=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #026390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026390 is #FD9C6F. Grayscale: #4A4A4A. Windows color (decimal): -16620656 or 9462530. OLE color: 9462530.

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

Color convert

RGB299144-
CMYK0.990.3100.44
HSL199.01º97.26%28.63%-
HSV(B)199.01º98.61%56.47%-
XYZ9.5210.9528-
YUV75.13166.8675.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=0.82%
G=40.41%
B=58.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2991440.990.3100.44199.0197.2628.63
Hex26390631F02Cc7611d
Octal21432201433705430714135
Binary10110001110010000110001111111010110011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026390; }

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

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

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

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

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

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

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

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