#0D3C8B

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

Shades of Dark Cerulean #0D3C8B

Tints of Dark Cerulean #0D3C8B

Color information

#0D3C8B (or 0x0D3C8B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 8B. RGB value is (13,60,139). Sum of RGB (Red+Green+Blue) = 13+60+139=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D3C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3C8B is #F2C374. Grayscale: #363636. Windows color (decimal): -15909749 or 9124877. OLE color: 9124877.

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

Color convert

RGB1360139-
CMYK0.910.5700.45
HSL217.62º82.89%29.8%-
HSV(B)217.62º90.65%54.51%-
XYZ6.445.1825.09-
YUV54.95175.4398.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=6.13%
G=28.30%
B=65.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13601390.910.5700.45217.6282.8929.8
HexD3C8B5B3902Dda531e
Octal15742131337105533212336
Binary1101111100100010111011011111001010110111011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,139); }

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

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

 a { background-color: rgb(13,60,139); }

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

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

 span { border-color: rgb(13,60,139); }

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