Html Css Color HEX #0D4DC7 Denim

📋 copy color: '#0D4DC7'

red 13 ◦ green 77 ◦ blue 199

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

Shades of Denim #0D4DC7

Tints of Denim #0D4DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 199 (78.13% from 255) = 68.86%

R = 4.5%
G = 26.64%
B = 68.86%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0D4DC7 (or 0x0D4DC7) is known color: Denim. HEX triplet: 0D, 4D and C7. RGB value is (13,77,199). Sum of RGB (Red+Green+Blue) = 13+77+199=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 199 (78.12% from 255 or 68.86% from 289); Max value from RGB is 199 - color contains mainly: blue. Hex color #0D4DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4DC7 is #F2B238. Grayscale: #474747. Windows color (decimal): -15905337 or 13061389. OLE color: 13061389.

HSL color Cylindrical-coordinate representation of color #0D4DC7: hue angle of 219.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4DC7 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 77 199 -
CMYK 0.93 0.61 0 0.22
HSL 219.35º 0.88% 0.42% -
HSV(B) 219.35º 0.93% 0.78% -
XYZ 13.13 9.52 55.18 -
YUV 71.77 199.8 86.08 -
System Red Green Blue C M Y K H S L
Decimal 13 77 199 0.93 0.61 0 0.22 219.35 0.88 0.42
Hex D 4D C7 5D 3D 0 16 DB 58 2A
Octal 15 115 307 135 75 0 26 333 130 52
Binary 1101 1001101 11000111 1011101 111101 0 10110 11011011 1011000 101010

Color Harmonies of #0D4DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4DC7

Black with #0D4DC7

Text Example


Text Example

White with #0D4DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,77,199); }

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

background-color css

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

 a { background-color: rgb(13,77,199); }

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

border-color css

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

 span { border-color: rgb(13,77,199); }

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