#0c3f8b

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

Shades of Dark Cerulean #0C3F8B

Tints of Dark Cerulean #0C3F8B

Color information

#0C3F8B (or 0x0C3F8B) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3F and 8B. RGB value is (12,63,139). Sum of RGB (Red+Green+Blue) = 12+63+139=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C3F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3F8B is #F3C074. Grayscale: #383838. Windows color (decimal): -15974517 or 9125644. OLE color: 9125644.

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

Color convert

RGB1263139-
CMYK0.910.5500.45
HSL215.91º84.11%29.61%-
HSV(B)215.91º91.37%54.51%-
XYZ6.595.525.14-
YUV56.41174.696.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 139 (54.69% from 255) = 64.95%
R=5.61%
G=29.44%
B=64.95%

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
Decimal12631390.910.5500.45215.9184.1129.61
HexC3F8B5B3702Dd8541e
Octal14772131336705533012436
Binary1100111111100010111011011110111010110111011000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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