#02568C

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

Shades of Dark Cerulean #02568C

Tints of Dark Cerulean #02568C

Color information

#02568C (or 0x02568C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 8C. RGB value is (2,86,140). Sum of RGB (Red+Green+Blue) = 2+86+140=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #02568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02568C is #FDA973. Grayscale: #424242. Windows color (decimal): -16623988 or 9197058. OLE color: 9197058.

HSL color Cylindrical-coordinate representation of color #02568C: hue angle of 203.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02568C is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB286140-
CMYK0.990.3900.45
HSL203.48º97.18%27.84%-
HSV(B)203.48º98.57%54.9%-
XYZ8.098.5626.04-
YUV67.04169.1781.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 140 (55.08% from 255) = 61.40%
R=0.88%
G=37.72%
B=61.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2861400.990.3900.45203.4897.1827.84
Hex2568C632702Dcb611c
Octal21262141434705531314134
Binary101010110100011001100011100111010110111001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02568C; }

 p { color: rgb(2,86,140); }

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

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

 a { background-color: rgb(2,86,140); }

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

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

 span { border-color: rgb(2,86,140); }

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