Html Css Color HEX #0D4AD1 Denim

📋 copy color: '#0D4AD1'

red 13 ◦ green 74 ◦ blue 209

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

Shades of Denim #0D4AD1

Tints of Denim #0D4AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 70.61%

R = 4.39%
G = 25%
B = 70.61%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0D4AD1 (or 0x0D4AD1) is known color: Denim. HEX triplet: 0D, 4A and D1. RGB value is (13,74,209). Sum of RGB (Red+Green+Blue) = 13+74+209=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 209 (82.03% from 255 or 70.61% from 296); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D4AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4AD1 is #F2B52E. Grayscale: #464646. Windows color (decimal): -15906095 or 13715981. OLE color: 13715981.

HSL color Cylindrical-coordinate representation of color #0D4AD1: hue angle of 221.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4AD1 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 74 209 -
CMYK 0.94 0.65 0 0.18
HSL 221.33º 0.88% 0.44% -
HSV(B) 221.33º 0.94% 0.82% -
XYZ 14.12 9.59 61.43 -
YUV 71.15 205.79 86.52 -
System Red Green Blue C M Y K H S L
Decimal 13 74 209 0.94 0.65 0 0.18 221.33 0.88 0.44
Hex D 4A D1 5E 41 0 12 DD 58 2C
Octal 15 112 321 136 101 0 22 335 130 54
Binary 1101 1001010 11010001 1011110 1000001 0 10010 11011101 1011000 101100

Color Harmonies of #0D4AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AD1

Black with #0D4AD1

Text Example


Text Example

White with #0D4AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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