#0D5798

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

Shades of Cobalt #0D5798

Tints of Cobalt #0D5798

Color information

#0D5798 (or 0x0D5798) is unknown color: approx Cobalt. HEX triplet: 0D, 57 and 98. RGB value is (13,87,152). Sum of RGB (Red+Green+Blue) = 13+87+152=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D5798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5798 is #F2A867. Grayscale: #474747. Windows color (decimal): -15902824 or 9983757. OLE color: 9983757.

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

Color convert

RGB1387152-
CMYK0.910.4300.40
HSL208.06º84.24%32.35%-
HSV(B)208.06º91.45%59.61%-
XYZ9.249.1730.99-
YUV72.28172.9885.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 152 (59.77% from 255) = 60.32%
R=5.16%
G=34.52%
B=60.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13871520.910.4300.40208.0684.2432.35
HexD57985B2B028d05420
Octal151272301335305032012440
Binary110110101111001100010110111010110101000110100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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