#0D45B4

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

Shades of Cobalt #0D45B4

Tints of Cobalt #0D45B4

Color information

#0D45B4 (or 0x0D45B4) is unknown color: approx Cobalt. HEX triplet: 0D, 45 and B4. RGB value is (13,69,180). Sum of RGB (Red+Green+Blue) = 13+69+180=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 180 (70.70% from 255 or 68.70% from 262); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D45B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D45B4 is #F2BA4B. Grayscale: #404040. Windows color (decimal): -15907404 or 11814157. OLE color: 11814157.

HSL color Cylindrical-coordinate representation of color #0D45B4: hue angle of 219.88º 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 #0D45B4 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1369180-
CMYK0.930.6200.29
HSL219.88º86.53%37.84%-
HSV(B)219.88º92.78%70.59%-
XYZ10.537.6444.1-
YUV64.91192.9590.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.96%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 180 (70.70% from 255) = 68.70%
R=4.96%
G=26.34%
B=68.70%

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
Decimal13691800.930.6200.29219.8886.5337.84
HexD45B45D3E01Ddc5726
Octal151052641357603533412746
Binary11011000101101101001011101111110011101110111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D45B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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