Html Css Color HEX #0D5FA4 Denim

📋 copy color: '#0D5FA4'

red 13 ◦ green 95 ◦ blue 164

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

Shades of Denim #0D5FA4

Tints of Denim #0D5FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 4.78%
G = 34.93%
B = 60.29%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0D5FA4 (or 0x0D5FA4) is known color: Denim. HEX triplet: 0D, 5F and A4. RGB value is (13,95,164). Sum of RGB (Red+Green+Blue) = 13+95+164=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D5FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5FA4 is #F2A05B. Grayscale: #4D4D4D. Windows color (decimal): -15900764 or 10772237. OLE color: 10772237.

HSL color Cylindrical-coordinate representation of color #0D5FA4: hue angle of 207.42º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5FA4 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 95 164 -
CMYK 0.92 0.42 0 0.36
HSL 207.42º 0.85% 0.35% -
HSV(B) 207.42º 0.92% 0.64% -
XYZ 10.96 10.95 36.66 -
YUV 78.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 13 95 164 0.92 0.42 0 0.36 207.42 0.85 0.35
Hex D 5F A4 5C 2A 0 24 CF 55 23
Octal 15 137 244 134 52 0 44 317 125 43
Binary 1101 1011111 10100100 1011100 101010 0 100100 11001111 1010101 100011

Color Harmonies of #0D5FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5FA4

Black with #0D5FA4

Text Example


Text Example

White with #0D5FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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