Html Css Color HEX #0D4AB7 Cobalt

📋 copy color: '#0D4AB7'

red 13 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #0D4AB7

Tints of Cobalt #0D4AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 67.78%

R = 4.81%
G = 27.41%
B = 67.78%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0D4AB7 (or 0x0D4AB7) is known color: Cobalt. HEX triplet: 0D, 4A and B7. RGB value is (13,74,183). Sum of RGB (Red+Green+Blue) = 13+74+183=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 183 (71.88% from 255 or 67.78% from 270); Max value from RGB is 183 - color contains mainly: blue. Hex color #0D4AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4AB7 is #F2B548. Grayscale: #434343. Windows color (decimal): -15906121 or 12012045. OLE color: 12012045.

HSL color Cylindrical-coordinate representation of color #0D4AB7: hue angle of 218.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4AB7 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 74 183 -
CMYK 0.93 0.60 0 0.28
HSL 218.47º 0.87% 0.38% -
HSV(B) 218.47º 0.93% 0.72% -
XYZ 11.16 8.4 45.83 -
YUV 68.19 192.79 88.64 -
System Red Green Blue C M Y K H S L
Decimal 13 74 183 0.93 0.60 0 0.28 218.47 0.87 0.38
Hex D 4A B7 5D 3C 0 1C DA 57 26
Octal 15 112 267 135 74 0 34 332 127 46
Binary 1101 1001010 10110111 1011101 111100 0 11100 11011010 1010111 100110

Color Harmonies of #0D4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AB7

Black with #0D4AB7

Text Example


Text Example

White with #0D4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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