Html Css Color HEX #0D4AAA Cobalt

📋 copy color: '#0D4AAA'

red 13 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #0D4AAA

Tints of Cobalt #0D4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 5.06%
G = 28.79%
B = 66.15%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D4AAA (or 0x0D4AAA) is known color: Cobalt. HEX triplet: 0D, 4A and AA. RGB value is (13,74,170). Sum of RGB (Red+Green+Blue) = 13+74+170=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D4AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4AAA is #F2B555. Grayscale: #424242. Windows color (decimal): -15906134 or 11160077. OLE color: 11160077.

HSL color Cylindrical-coordinate representation of color #0D4AAA: hue angle of 216.69º 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 #0D4AAA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 74 170 -
CMYK 0.92 0.56 0 0.33
HSL 216.69º 0.86% 0.36% -
HSV(B) 216.69º 0.92% 0.67% -
XYZ 9.87 7.89 39.03 -
YUV 66.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 13 74 170 0.92 0.56 0 0.33 216.69 0.86 0.36
Hex D 4A AA 5C 38 0 21 D9 56 24
Octal 15 112 252 134 70 0 41 331 126 44
Binary 1101 1001010 10101010 1011100 111000 0 100001 11011001 1010110 100100

Color Harmonies of #0D4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AAA

Black with #0D4AAA

Text Example


Text Example

White with #0D4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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