#0D44B4

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

Shades of Cobalt #0D44B4

Tints of Cobalt #0D44B4

Color information

#0D44B4 (or 0x0D44B4) is unknown color: approx Cobalt. HEX triplet: 0D, 44 and B4. RGB value is (13,68,180). Sum of RGB (Red+Green+Blue) = 13+68+180=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D44B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D44B4 is #F2BB4B. Grayscale: #3F3F3F. Windows color (decimal): -15907660 or 11813901. OLE color: 11813901.

HSL color Cylindrical-coordinate representation of color #0D44B4: hue angle of 220.24º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D44B4 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1368180-
CMYK0.930.6200.29
HSL220.24º86.53%37.84%-
HSV(B)220.24º92.78%70.59%-
XYZ10.477.5244.08-
YUV64.32193.2891.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 180 (70.70% from 255) = 68.97%
R=4.98%
G=26.05%
B=68.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13681800.930.6200.29220.2486.5337.84
HexD44B45D3E01Ddc5726
Octal151042641357603533412746
Binary11011000100101101001011101111110011101110111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,180); }

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

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

 a { background-color: rgb(13,68,180); }

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

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

 span { border-color: rgb(13,68,180); }

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