Html Css Color HEX #0D49AE Cobalt

📋 copy color: '#0D49AE'

red 13 ◦ green 73 ◦ blue 174

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

Shades of Cobalt #0D49AE

Tints of Cobalt #0D49AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 5%
G = 28.08%
B = 66.92%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D49AE (or 0x0D49AE) is known color: Cobalt. HEX triplet: 0D, 49 and AE. RGB value is (13,73,174). Sum of RGB (Red+Green+Blue) = 13+73+174=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D49AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D49AE is #F2B651. Grayscale: #424242. Windows color (decimal): -15906386 or 11421965. OLE color: 11421965.

HSL color Cylindrical-coordinate representation of color #0D49AE: hue angle of 217.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D49AE is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 73 174 -
CMYK 0.93 0.58 0 0.32
HSL 217.64º 0.86% 0.37% -
HSV(B) 217.64º 0.93% 0.68% -
XYZ 10.19 7.91 41.03 -
YUV 66.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 13 73 174 0.93 0.58 0 0.32 217.64 0.86 0.37
Hex D 49 AE 5D 3A 0 20 DA 56 25
Octal 15 111 256 135 72 0 40 332 126 45
Binary 1101 1001001 10101110 1011101 111010 0 100000 11011010 1010110 100101

Color Harmonies of #0D49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D49AE

Black with #0D49AE

Text Example


Text Example

White with #0D49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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