Html Css Color HEX #0D4AD5 Denim

📋 copy color: '#0D4AD5'

red 13 ◦ green 74 ◦ blue 213

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

Shades of Denim #0D4AD5

Tints of Denim #0D4AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71%

R = 4.33%
G = 24.67%
B = 71%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0D4AD5 (or 0x0D4AD5) is known color: Denim. HEX triplet: 0D, 4A and D5. RGB value is (13,74,213). Sum of RGB (Red+Green+Blue) = 13+74+213=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D4AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4AD5 is #F2B52A. Grayscale: #464646. Windows color (decimal): -15906091 or 13978125. OLE color: 13978125.

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

Color convert

RGB 13 74 213 -
CMYK 0.94 0.65 0 0.16
HSL 221.7º 0.88% 0.44% -
HSV(B) 221.7º 0.94% 0.84% -
XYZ 14.63 9.79 64.07 -
YUV 71.61 207.79 86.2 -
System Red Green Blue C M Y K H S L
Decimal 13 74 213 0.94 0.65 0 0.16 221.7 0.88 0.44
Hex D 4A D5 5E 41 0 10 DE 58 2C
Octal 15 112 325 136 101 0 20 336 130 54
Binary 1101 1001010 11010101 1011110 1000001 0 10000 11011110 1011000 101100

Color Harmonies of #0D4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AD5

Black with #0D4AD5

Text Example


Text Example

White with #0D4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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