Html Css Color HEX #0163AD Denim

📋 copy color: '#0163AD'

red 1 ◦ green 99 ◦ blue 173

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

Shades of Denim #0163AD

Tints of Denim #0163AD

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

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

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

R = 0.37%
G = 36.26%
B = 63.37%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0163AD (or 0x0163AD) is known color: Denim. HEX triplet: 01, 63 and AD. RGB value is (1,99,173). Sum of RGB (Red+Green+Blue) = 1+99+173=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #0163AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0163AD is #FE9C52. Grayscale: #4D4D4D. Windows color (decimal): -16686163 or 11363073. OLE color: 11363073.

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

Color convert

RGB 1 99 173 -
CMYK 0.99 0.43 0 0.32
HSL 205.81º 0.99% 0.34% -
HSV(B) 205.81º 0.99% 0.68% -
XYZ 12.02 11.95 41.21 -
YUV 78.13 181.53 72.98 -
System Red Green Blue C M Y K H S L
Decimal 1 99 173 0.99 0.43 0 0.32 205.81 0.99 0.34
Hex 1 63 AD 63 2B 0 20 CE 63 22
Octal 1 143 255 143 53 0 40 316 143 42
Binary 1 1100011 10101101 1100011 101011 0 100000 11001110 1100011 100010

Color Harmonies of #0163AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163AD

Black with #0163AD

Text Example


Text Example

White with #0163AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0163AD; }

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

 H1.HeaderClassName
 {
   color: #0163AD;
 }
 .AnyTagClassName
 {
   color: #0163AD;
 }
</style>

background-color css

<style>
 a { background-color: #0163AD; }

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

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

border-color css

<style>
 span { border-color: #0163AD; }

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

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