#0D4B9B

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

Shades of Cobalt #0D4B9B

Tints of Cobalt #0D4B9B

Color information

#0D4B9B (or 0x0D4B9B) is unknown color: approx Cobalt. HEX triplet: 0D, 4B and 9B. RGB value is (13,75,155). Sum of RGB (Red+Green+Blue) = 13+75+155=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D4B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4B9B is #F2B464. Grayscale: #414141. Windows color (decimal): -15905893 or 10177293. OLE color: 10177293.

HSL color Cylindrical-coordinate representation of color #0D4B9B: hue angle of 213.8º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4B9B is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1375155-
CMYK0.920.5200.39
HSL213.8º84.52%32.94%-
HSV(B)213.8º91.61%60.78%-
XYZ8.67.4832-
YUV65.58178.4690.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=5.35%
G=30.86%
B=63.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13751550.920.5200.39213.884.5232.94
HexD4B9B5C34027d65521
Octal151132331346404732612541
Binary110110010111001101110111001101000100111110101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,75,155); }

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

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

 a { background-color: rgb(13,75,155); }

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

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

 span { border-color: rgb(13,75,155); }

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