#0C3B83

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

Shades of Dark Cerulean #0C3B83

Tints of Dark Cerulean #0C3B83

Color information

#0C3B83 (or 0x0C3B83) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3B and 83. RGB value is (12,59,131). Sum of RGB (Red+Green+Blue) = 12+59+131=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #0C3B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3B83 is #F3C47C. Grayscale: #343434. Windows color (decimal): -15975549 or 8600332. OLE color: 8600332.

HSL color Cylindrical-coordinate representation of color #0C3B83: hue angle of 216.3º 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 #0C3B83 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1259131-
CMYK0.910.5500.49
HSL216.3º83.22%28.04%-
HSV(B)216.3º90.84%51.37%-
XYZ5.814.8422.1-
YUV53.16171.9398.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 131 (51.56% from 255) = 64.85%
R=5.94%
G=29.21%
B=64.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12591310.910.5500.49216.383.2228.04
HexC3B835B37031d8531c
Octal14732031336706133012334
Binary1100111011100000111011011110111011000111011000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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