Html Css Color HEX #0D4AAC Cobalt

📋 copy color: '#0D4AAC'

red 13 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #0D4AAC

Tints of Cobalt #0D4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.41%

R = 5.02%
G = 28.57%
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

#0D4AAC (or 0x0D4AAC) is known color: Cobalt. HEX triplet: 0D, 4A and AC. RGB value is (13,74,172). Sum of RGB (Red+Green+Blue) = 13+74+172=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4AAC is #F2B553. Grayscale: #424242. Windows color (decimal): -15906132 or 11291149. OLE color: 11291149.

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

Color convert

RGB 13 74 172 -
CMYK 0.92 0.57 0 0.33
HSL 216.98º 0.86% 0.36% -
HSV(B) 216.98º 0.92% 0.67% -
XYZ 10.06 7.96 40.04 -
YUV 66.93 187.29 89.53 -
System Red Green Blue C M Y K H S L
Decimal 13 74 172 0.92 0.57 0 0.33 216.98 0.86 0.36
Hex D 4A AC 5C 39 0 21 D9 56 24
Octal 15 112 254 134 71 0 41 331 126 44
Binary 1101 1001010 10101100 1011100 111001 0 100001 11011001 1010110 100100

Color Harmonies of #0D4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AAC

Black with #0D4AAC

Text Example


Text Example

White with #0D4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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