#0D5794

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

Shades of Dark Cerulean #0D5794

Tints of Dark Cerulean #0D5794

Color information

#0D5794 (or 0x0D5794) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 57 and 94. RGB value is (13,87,148). Sum of RGB (Red+Green+Blue) = 13+87+148=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D5794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5794 is #F2A86B. Grayscale: #474747. Windows color (decimal): -15902828 or 9721613. OLE color: 9721613.

HSL color Cylindrical-coordinate representation of color #0D5794: hue angle of 207.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5794 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1387148-
CMYK0.910.4100.42
HSL207.11º83.85%31.57%-
HSV(B)207.11º91.22%58.04%-
XYZ8.929.0429.29-
YUV71.83170.9886.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.24%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 148 (58.20% from 255) = 59.68%
R=5.24%
G=35.08%
B=59.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13871480.910.4100.42207.1183.8531.57
HexD57945B2902Acf5420
Octal151272241335105231712440
Binary110110101111001010010110111010010101010110011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,148); }

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

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

 a { background-color: rgb(13,87,148); }

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

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

 span { border-color: rgb(13,87,148); }

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