#0c3d83

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

Shades of Dark Cerulean #0C3D83

Tints of Dark Cerulean #0C3D83

Color information

#0C3D83 (or 0x0C3D83) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3D and 83. RGB value is (12,61,131). Sum of RGB (Red+Green+Blue) = 12+61+131=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C3D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3D83 is #F3C27C. Grayscale: #363636. Windows color (decimal): -15975037 or 8600844. OLE color: 8600844.

HSL color Cylindrical-coordinate representation of color #0C3D83: hue angle of 215.29º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3D83 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1261131-
CMYK0.910.5300.49
HSL215.29º83.22%28.04%-
HSV(B)215.29º90.84%51.37%-
XYZ5.925.0522.14-
YUV54.33171.2797.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.88%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=5.88%
G=29.90%
B=64.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12611310.910.5300.49215.2983.2228.04
HexC3D835B35031d7531c
Octal14752031336506132712334
Binary1100111101100000111011011110101011000111010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3d83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,61,131); }

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

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

 a { background-color: rgb(12,61,131); }

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

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

 span { border-color: rgb(12,61,131); }

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