Html Css Color HEX #1063A3 Denim

📋 copy color: '#1063A3'

red 16 ◦ green 99 ◦ blue 163

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

Shades of Denim #1063A3

Tints of Denim #1063A3

RGB

 RED value IS 16 (6.64% from 255) = 5.76%

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

 BLUE value IS 163 (64.06% from 255) = 58.63%

R = 5.76%
G = 35.61%
B = 58.63%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1063A3 (or 0x1063A3) is known color: Denim. HEX triplet: 10, 63 and A3. RGB value is (16,99,163). Sum of RGB (Red+Green+Blue) = 16+99+163=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #1063A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063A3 is #EF9C5C. Grayscale: #515151. Windows color (decimal): -15703133 or 10707728. OLE color: 10707728.

HSL color Cylindrical-coordinate representation of color #1063A3: hue angle of 206.12º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1063A3 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 99 163 -
CMYK 0.90 0.39 0 0.36
HSL 206.12º 0.82% 0.35% -
HSV(B) 206.12º 0.9% 0.64% -
XYZ 11.29 11.68 36.31 -
YUV 81.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 16 99 163 0.90 0.39 0 0.36 206.12 0.82 0.35
Hex 10 63 A3 5A 27 0 24 CE 52 23
Octal 20 143 243 132 47 0 44 316 122 43
Binary 10000 1100011 10100011 1011010 100111 0 100100 11001110 1010010 100011

Color Harmonies of #1063A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063A3

Black with #1063A3

Text Example


Text Example

White with #1063A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1063A3; }

 p { color: rgb(16,99,163); }

 H1.HeaderClassName
 {
   color: #1063A3;
 }
 .AnyTagClassName
 {
   color: #1063A3;
 }
</style>

background-color css

<style>
 a { background-color: #1063A3; }

 a { background-color: rgb(16,99,163); }

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

border-color css

<style>
 span { border-color: #1063A3; }

 span { border-color: rgb(16,99,163); }

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