#0D3675

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

Shades of Dark Cerulean #0D3675

Tints of Dark Cerulean #0D3675

Color information

#0D3675 (or 0x0D3675) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 36 and 75. RGB value is (13,54,117). Sum of RGB (Red+Green+Blue) = 13+54+117=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D3675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3675 is #F2C98A. Grayscale: #303030. Windows color (decimal): -15911307 or 7681549. OLE color: 7681549.

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

Color convert

RGB1354117-
CMYK0.890.5400.54
HSL216.35º80%25.49%-
HSV(B)216.35º88.89%45.88%-
XYZ4.74.0117.36-
YUV48.92166.42102.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.07%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=7.07%
G=29.35%
B=63.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13541170.890.5400.54216.358025.49
HexD36755936036d85019
Octal15661651316606633012031
Binary110111011011101011011001110110011011011011000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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