#0D5894

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

Shades of Dark Cerulean #0D5894

Tints of Dark Cerulean #0D5894

Color information

#0D5894 (or 0x0D5894) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 58 and 94. RGB value is (13,88,148). Sum of RGB (Red+Green+Blue) = 13+88+148=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D5894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5894 is #F2A76B. Grayscale: #484848. Windows color (decimal): -15902572 or 9721869. OLE color: 9721869.

HSL color Cylindrical-coordinate representation of color #0D5894: hue angle of 206.67º 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 #0D5894 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1388148-
CMYK0.910.4100.42
HSL206.67º83.85%31.57%-
HSV(B)206.67º91.22%58.04%-
XYZ99.229.32-
YUV72.41170.6585.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.22%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=5.22%
G=35.34%
B=59.44%

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
Decimal13881480.910.4100.42206.6783.8531.57
HexD58945B2902Acf5420
Octal151302241335105231712440
Binary110110110001001010010110111010010101010110011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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