Html Css Color HEX #0D5FA0 Denim

📋 copy color: '#0D5FA0'

red 13 ◦ green 95 ◦ blue 160

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

Shades of Denim #0D5FA0

Tints of Denim #0D5FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.45%

 BLUE value IS 160 (62.89% from 255) = 59.7%

R = 4.85%
G = 35.45%
B = 59.7%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0D5FA0 (or 0x0D5FA0) is known color: Denim. HEX triplet: 0D, 5F and A0. RGB value is (13,95,160). Sum of RGB (Red+Green+Blue) = 13+95+160=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D5FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5FA0 is #F2A05F. Grayscale: #4D4D4D. Windows color (decimal): -15900768 or 10510093. OLE color: 10510093.

HSL color Cylindrical-coordinate representation of color #0D5FA0: hue angle of 206.53º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5FA0 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 13 95 160 -
CMYK 0.92 0.41 0 0.37
HSL 206.53º 0.85% 0.34% -
HSV(B) 206.53º 0.92% 0.63% -
XYZ 10.6 10.81 34.79 -
YUV 77.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 13 95 160 0.92 0.41 0 0.37 206.53 0.85 0.34
Hex D 5F A0 5C 29 0 25 CF 55 22
Octal 15 137 240 134 51 0 45 317 125 42
Binary 1101 1011111 10100000 1011100 101001 0 100101 11001111 1010101 100010

Color Harmonies of #0D5FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5FA0

Black with #0D5FA0

Text Example


Text Example

White with #0D5FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,95,160); }

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

background-color css

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

 a { background-color: rgb(13,95,160); }

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

border-color css

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

 span { border-color: rgb(13,95,160); }

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