Html Css Color HEX #0163AE Denim

📋 copy color: '#0163AE'

red 1 ◦ green 99 ◦ blue 174

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

Shades of Denim #0163AE

Tints of Denim #0163AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.5%

R = 0.36%
G = 36.13%
B = 63.5%

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

#0163AE (or 0x0163AE) is known color: Denim. HEX triplet: 01, 63 and AE. RGB value is (1,99,174). Sum of RGB (Red+Green+Blue) = 1+99+174=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #0163AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0163AE is #FE9C51. Grayscale: #4D4D4D. Windows color (decimal): -16686162 or 11428609. OLE color: 11428609.

HSL color Cylindrical-coordinate representation of color #0163AE: hue angle of 206.01º 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 #0163AE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 99 174 -
CMYK 0.99 0.43 0 0.32
HSL 206.01º 0.99% 0.34% -
HSV(B) 206.01º 0.99% 0.68% -
XYZ 12.11 11.99 41.72 -
YUV 78.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 1 99 174 0.99 0.43 0 0.32 206.01 0.99 0.34
Hex 1 63 AE 63 2B 0 20 CE 63 22
Octal 1 143 256 143 53 0 40 316 143 42
Binary 1 1100011 10101110 1100011 101011 0 100000 11001110 1100011 100010

Color Harmonies of #0163AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163AE

Black with #0163AE

Text Example


Text Example

White with #0163AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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