#0C3A75

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

Shades of Dark Cerulean #0C3A75

Tints of Dark Cerulean #0C3A75

Color information

#0C3A75 (or 0x0C3A75) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3A and 75. RGB value is (12,58,117). Sum of RGB (Red+Green+Blue) = 12+58+117=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C3A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A75 is #F3C58A. Grayscale: #323232. Windows color (decimal): -15975819 or 7682572. OLE color: 7682572.

HSL color Cylindrical-coordinate representation of color #0C3A75: hue angle of 213.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3A75 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1258117-
CMYK0.900.5000.54
HSL213.71º81.4%25.29%-
HSV(B)213.71º89.74%45.88%-
XYZ4.884.3917.42-
YUV50.97165.26100.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=6.42%
G=31.02%
B=62.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12581170.900.5000.54213.7181.425.29
HexC3A755A32036d65119
Octal14721651326206632612131
Binary110011101011101011011010110010011011011010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,58,117); }

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

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

 a { background-color: rgb(12,58,117); }

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

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

 span { border-color: rgb(12,58,117); }

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