Html Css Color HEX #0D5CAF Denim

📋 copy color: '#0D5CAF'

red 13 ◦ green 92 ◦ blue 175

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

Shades of Denim #0D5CAF

Tints of Denim #0D5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 4.64%
G = 32.86%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D5CAF (or 0x0D5CAF) is known color: Denim. HEX triplet: 0D, 5C and AF. RGB value is (13,92,175). Sum of RGB (Red+Green+Blue) = 13+92+175=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D5CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5CAF is #F2A350. Grayscale: #4D4D4D. Windows color (decimal): -15901521 or 11492365. OLE color: 11492365.

HSL color Cylindrical-coordinate representation of color #0D5CAF: hue angle of 210.74º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5CAF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 92 175 -
CMYK 0.93 0.47 0 0.31
HSL 210.74º 0.86% 0.37% -
HSV(B) 210.74º 0.93% 0.69% -
XYZ 11.73 10.84 42.03 -
YUV 77.84 182.83 81.75 -
System Red Green Blue C M Y K H S L
Decimal 13 92 175 0.93 0.47 0 0.31 210.74 0.86 0.37
Hex D 5C AF 5D 2F 0 1F D3 56 25
Octal 15 134 257 135 57 0 37 323 126 45
Binary 1101 1011100 10101111 1011101 101111 0 11111 11010011 1010110 100101

Color Harmonies of #0D5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5CAF

Black with #0D5CAF

Text Example


Text Example

White with #0D5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,92,175); }

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

background-color css

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

 a { background-color: rgb(13,92,175); }

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

border-color css

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

 span { border-color: rgb(13,92,175); }

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