Html Css Color HEX #0D49AA Cobalt

📋 copy color: '#0D49AA'

red 13 ◦ green 73 ◦ blue 170

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

Shades of Cobalt #0D49AA

Tints of Cobalt #0D49AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 5.08%
G = 28.52%
B = 66.41%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D49AA (or 0x0D49AA) is known color: Cobalt. HEX triplet: 0D, 49 and AA. RGB value is (13,73,170). Sum of RGB (Red+Green+Blue) = 13+73+170=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D49AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D49AA is #F2B655. Grayscale: #414141. Windows color (decimal): -15906390 or 11159821. OLE color: 11159821.

HSL color Cylindrical-coordinate representation of color #0D49AA: hue angle of 217.07º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D49AA is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 73 170 -
CMYK 0.92 0.57 0 0.33
HSL 217.07º 0.86% 0.36% -
HSV(B) 217.07º 0.92% 0.67% -
XYZ 9.8 7.75 39.01 -
YUV 66.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 13 73 170 0.92 0.57 0 0.33 217.07 0.86 0.36
Hex D 49 AA 5C 39 0 21 D9 56 24
Octal 15 111 252 134 71 0 41 331 126 44
Binary 1101 1001001 10101010 1011100 111001 0 100001 11011001 1010110 100100

Color Harmonies of #0D49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D49AA

Black with #0D49AA

Text Example


Text Example

White with #0D49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,73,170); }

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

background-color css

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

 a { background-color: rgb(13,73,170); }

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

border-color css

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

 span { border-color: rgb(13,73,170); }

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