#0D44A4

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

Shades of Cobalt #0D44A4

Tints of Cobalt #0D44A4

Color information

#0D44A4 (or 0x0D44A4) is unknown color: approx Cobalt. HEX triplet: 0D, 44 and A4. RGB value is (13,68,164). Sum of RGB (Red+Green+Blue) = 13+68+164=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D44A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D44A4 is #F2BB5B. Grayscale: #3E3E3E. Windows color (decimal): -15907676 or 10765325. OLE color: 10765325.

HSL color Cylindrical-coordinate representation of color #0D44A4: hue angle of 218.15º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D44A4 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1368164-
CMYK0.920.5900.36
HSL218.15º85.31%34.71%-
HSV(B)218.15º92.07%64.31%-
XYZ8.936.935.98-
YUV62.5185.2892.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 164 (64.45% from 255) = 66.94%
R=5.31%
G=27.76%
B=66.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13681640.920.5900.36218.1585.3134.71
HexD44A45C3B024da5523
Octal151042441347304433212543
Binary110110001001010010010111001110110100100110110101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D44A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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