#0D3C75

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

Shades of Dark Cerulean #0D3C75

Tints of Dark Cerulean #0D3C75

Color information

#0D3C75 (or 0x0D3C75) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 3C and 75. RGB value is (13,60,117). Sum of RGB (Red+Green+Blue) = 13+60+117=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3C75 is #F2C38A. Grayscale: #343434. Windows color (decimal): -15909771 or 7683085. OLE color: 7683085.

HSL color Cylindrical-coordinate representation of color #0D3C75: hue angle of 212.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3C75 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1360117-
CMYK0.890.4900.54
HSL212.88º80%25.49%-
HSV(B)212.88º88.89%45.88%-
XYZ4.994.617.45-
YUV52.44164.4399.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=6.84%
G=31.58%
B=61.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13601170.890.4900.54212.888025.49
HexD3C755931036d55019
Octal15741651316106632512031
Binary110111110011101011011001110001011011011010101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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