#0C3F8C

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

Shades of Dark Cerulean #0C3F8C

Tints of Dark Cerulean #0C3F8C

Color information

#0C3F8C (or 0x0C3F8C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3F and 8C. RGB value is (12,63,140). Sum of RGB (Red+Green+Blue) = 12+63+140=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C3F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3F8C is #F3C073. Grayscale: #383838. Windows color (decimal): -15974516 or 9191180. OLE color: 9191180.

HSL color Cylindrical-coordinate representation of color #0C3F8C: hue angle of 216.09º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3F8C is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1263140-
CMYK0.910.5500.45
HSL216.09º84.21%29.8%-
HSV(B)216.09º91.43%54.9%-
XYZ6.665.5325.53-
YUV56.53175.196.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 140 (55.08% from 255) = 65.12%
R=5.58%
G=29.30%
B=65.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12631400.910.5500.45216.0984.2129.8
HexC3F8C5B3702Dd8541e
Octal14772141336705533012436
Binary1100111111100011001011011110111010110111011000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,63,140); }

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

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

 a { background-color: rgb(12,63,140); }

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

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

 span { border-color: rgb(12,63,140); }

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