Html Css Color HEX #0D63AD Denim

📋 copy color: '#0D63AD'

red 13 ◦ green 99 ◦ blue 173

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

Shades of Denim #0D63AD

Tints of Denim #0D63AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 4.56%
G = 34.74%
B = 60.7%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D63AD (or 0x0D63AD) is known color: Denim. HEX triplet: 0D, 63 and AD. RGB value is (13,99,173). Sum of RGB (Red+Green+Blue) = 13+99+173=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D63AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D63AD is #F29C52. Grayscale: #515151. Windows color (decimal): -15899731 or 11363085. OLE color: 11363085.

HSL color Cylindrical-coordinate representation of color #0D63AD: hue angle of 207.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D63AD is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 99 173 -
CMYK 0.92 0.43 0 0.32
HSL 207.75º 0.86% 0.36% -
HSV(B) 207.75º 0.92% 0.68% -
XYZ 12.17 12.03 41.22 -
YUV 81.72 179.51 78.98 -
System Red Green Blue C M Y K H S L
Decimal 13 99 173 0.92 0.43 0 0.32 207.75 0.86 0.36
Hex D 63 AD 5C 2B 0 20 D0 56 24
Octal 15 143 255 134 53 0 40 320 126 44
Binary 1101 1100011 10101101 1011100 101011 0 100000 11010000 1010110 100100

Color Harmonies of #0D63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D63AD

Black with #0D63AD

Text Example


Text Example

White with #0D63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,99,173); }

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

background-color css

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

 a { background-color: rgb(13,99,173); }

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

border-color css

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

 span { border-color: rgb(13,99,173); }

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