#0c5380

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

Shades of Dark Cerulean #0C5380

Tints of Dark Cerulean #0C5380

Color information

#0C5380 (or 0x0C5380) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 53 and 80. RGB value is (12,83,128). Sum of RGB (Red+Green+Blue) = 12+83+128=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C5380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5380 is #F3AC7F. Grayscale: #424242. Windows color (decimal): -15969408 or 8409868. OLE color: 8409868.

HSL color Cylindrical-coordinate representation of color #0C5380: hue angle of 203.28º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5380 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1283128-
CMYK0.910.3500.50
HSL203.28º82.86%27.45%-
HSV(B)203.28º90.62%50.2%-
XYZ7.147.8221.56-
YUV66.9162.4888.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=5.38%
G=37.22%
B=57.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12831280.910.3500.50203.2882.8627.45
HexC53805B23032cb531b
Octal141232001334306231312333
Binary11001010011100000001011011100011011001011001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c5380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c5380; }

 p { color: rgb(12,83,128); }

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

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

 a { background-color: rgb(12,83,128); }

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

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

 span { border-color: rgb(12,83,128); }

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