#0C3A7B

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

Shades of Dark Cerulean #0C3A7B

Tints of Dark Cerulean #0C3A7B

Color information

#0C3A7B (or 0x0C3A7B) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3A and 7B. RGB value is (12,58,123). Sum of RGB (Red+Green+Blue) = 12+58+123=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C3A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A7B is #F3C584. Grayscale: #333333. Windows color (decimal): -15975813 or 8075788. OLE color: 8075788.

HSL color Cylindrical-coordinate representation of color #0C3A7B: hue angle of 215.14º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3A7B is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1258123-
CMYK0.900.5300.52
HSL215.14º82.22%26.47%-
HSV(B)215.14º90.24%48.24%-
XYZ5.244.5319.34-
YUV51.66168.2699.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=6.22%
G=30.05%
B=63.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12581230.900.5300.52215.1482.2226.47
HexC3A7B5A35034d7521a
Octal14721731326506432712232
Binary110011101011110111011010110101011010011010111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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