#0D3775

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

Shades of Dark Cerulean #0D3775

Tints of Dark Cerulean #0D3775

Color information

#0D3775 (or 0x0D3775) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 37 and 75. RGB value is (13,55,117). Sum of RGB (Red+Green+Blue) = 13+55+117=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3775 is #F2C88A. Grayscale: #313131. Windows color (decimal): -15911051 or 7681805. OLE color: 7681805.

HSL color Cylindrical-coordinate representation of color #0D3775: hue angle of 215.77º 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 #0D3775 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1355117-
CMYK0.890.5300.54
HSL215.77º80%25.49%-
HSV(B)215.77º88.89%45.88%-
XYZ4.744.117.37-
YUV49.51166.09101.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=7.03%
G=29.73%
B=63.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13551170.890.5300.54215.778025.49
HexD37755935036d85019
Octal15671651316506633012031
Binary110111011111101011011001110101011011011011000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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