#0D5EA1

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

Shades of Cobalt #0D5EA1

Tints of Cobalt #0D5EA1

Color information

#0D5EA1 (or 0x0D5EA1) is unknown color: approx Cobalt. HEX triplet: 0D, 5E and A1. RGB value is (13,94,161). Sum of RGB (Red+Green+Blue) = 13+94+161=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 161 (63.28% from 255 or 60.07% from 268); Max value from RGB is 161 - color contains mainly: blue. Hex color #0D5EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5EA1 is #F2A15E. Grayscale: #4D4D4D. Windows color (decimal): -15901023 or 10575373. OLE color: 10575373.

HSL color Cylindrical-coordinate representation of color #0D5EA1: hue angle of 207.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5EA1 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1394161-
CMYK0.920.4200.37
HSL207.16º85.06%34.12%-
HSV(B)207.16º91.93%63.14%-
XYZ10.610.6635.22-
YUV77.42175.1682.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 161 (63.28% from 255) = 60.07%
R=4.85%
G=35.07%
B=60.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13941610.920.4200.37207.1685.0634.12
HexD5EA15C2A025cf5522
Octal151362411345204531712542
Binary110110111101010000110111001010100100101110011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,94,161); }

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

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

 a { background-color: rgb(13,94,161); }

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

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

 span { border-color: rgb(13,94,161); }

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