#02568B

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

Shades of Dark Cerulean #02568B

Tints of Dark Cerulean #02568B

Color information

#02568B (or 0x02568B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 8B. RGB value is (2,86,139). Sum of RGB (Red+Green+Blue) = 2+86+139=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #02568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02568B is #FDA974. Grayscale: #424242. Windows color (decimal): -16623989 or 9131522. OLE color: 9131522.

HSL color Cylindrical-coordinate representation of color #02568B: hue angle of 203.21º 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 #02568B is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB286139-
CMYK0.990.3800.45
HSL203.21º97.16%27.65%-
HSV(B)203.21º98.56%54.51%-
XYZ8.018.5325.65-
YUV66.93168.6781.69-

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.89%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=0.88%
G=37.89%
B=61.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2861390.990.3800.45203.2197.1627.65
Hex2568B632602Dcb611c
Octal21262131434605531314134
Binary101010110100010111100011100110010110111001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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