Html Css Color HEX #0D5497 Cobalt

📋 copy color: '#0D5497'

red 13 ◦ green 84 ◦ blue 151

#0D5497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0D5497

Tints of Cobalt #0D5497

RGB

 RED value IS 13 (5.47% from 255) = 5.24%

 GREEN value IS 84 (33.2% from 255) = 33.87%

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 5.24%
G = 33.87%
B = 60.89%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D5497 (or 0x0D5497) is known color: Cobalt. HEX triplet: 0D, 54 and 97. RGB value is (13,84,151). Sum of RGB (Red+Green+Blue) = 13+84+151=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D5497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5497 is #F2AB68. Grayscale: #464646. Windows color (decimal): -15903593 or 9917453. OLE color: 9917453.

HSL color Cylindrical-coordinate representation of color #0D5497: hue angle of 209.13º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5497 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 84 151 -
CMYK 0.91 0.44 0 0.41
HSL 209.13º 0.84% 0.32% -
HSV(B) 209.13º 0.91% 0.59% -
XYZ 8.92 8.66 30.48 -
YUV 70.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 13 84 151 0.91 0.44 0 0.41 209.13 0.84 0.32
Hex D 54 97 5B 2C 0 29 D1 54 20
Octal 15 124 227 133 54 0 51 321 124 40
Binary 1101 1010100 10010111 1011011 101100 0 101001 11010001 1010100 100000

Color Harmonies of #0D5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5497

Black with #0D5497

Text Example


Text Example

White with #0D5497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,151); }

 H1.HeaderClassName
 {
   color: #0D5497;
 }
 .AnyTagClassName
 {
   color: #0D5497;
 }
</style>

background-color css

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

 a { background-color: rgb(13,84,151); }

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

border-color css

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

 span { border-color: rgb(13,84,151); }

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