Html Css Color HEX #0D4ABF Cobalt

📋 copy color: '#0D4ABF'

red 13 ◦ green 74 ◦ blue 191

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

Shades of Cobalt #0D4ABF

Tints of Cobalt #0D4ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.71%

R = 4.68%
G = 26.62%
B = 68.71%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D4ABF (or 0x0D4ABF) is known color: Cobalt. HEX triplet: 0D, 4A and BF. RGB value is (13,74,191). Sum of RGB (Red+Green+Blue) = 13+74+191=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D4ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ABF is #F2B540. Grayscale: #444444. Windows color (decimal): -15906113 or 12536333. OLE color: 12536333.

HSL color Cylindrical-coordinate representation of color #0D4ABF: hue angle of 219.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4ABF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 74 191 -
CMYK 0.93 0.61 0 0.25
HSL 219.44º 0.87% 0.4% -
HSV(B) 219.44º 0.93% 0.75% -
XYZ 12.02 8.74 50.34 -
YUV 69.1 196.79 87.99 -
System Red Green Blue C M Y K H S L
Decimal 13 74 191 0.93 0.61 0 0.25 219.44 0.87 0.4
Hex D 4A BF 5D 3D 0 19 DB 57 28
Octal 15 112 277 135 75 0 31 333 127 50
Binary 1101 1001010 10111111 1011101 111101 0 11001 11011011 1010111 101000

Color Harmonies of #0D4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4ABF

Black with #0D4ABF

Text Example


Text Example

White with #0D4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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