Html Css Color HEX #1063BA Denim

📋 copy color: '#1063BA'

red 16 ◦ green 99 ◦ blue 186

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

Shades of Denim #1063BA

Tints of Denim #1063BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 5.32%
G = 32.89%
B = 61.79%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1063BA (or 0x1063BA) is known color: Denim. HEX triplet: 10, 63 and BA. RGB value is (16,99,186). Sum of RGB (Red+Green+Blue) = 16+99+186=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #1063BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063BA is #EF9C45. Grayscale: #535353. Windows color (decimal): -15703110 or 12215056. OLE color: 12215056.

HSL color Cylindrical-coordinate representation of color #1063BA: hue angle of 210.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063BA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 99 186 -
CMYK 0.91 0.47 0 0.27
HSL 210.71º 0.84% 0.4% -
HSV(B) 210.71º 0.91% 0.73% -
XYZ 13.54 12.58 48.17 -
YUV 84.1 185.5 79.43 -
System Red Green Blue C M Y K H S L
Decimal 16 99 186 0.91 0.47 0 0.27 210.71 0.84 0.4
Hex 10 63 BA 5B 2F 0 1B D3 54 28
Octal 20 143 272 133 57 0 33 323 124 50
Binary 10000 1100011 10111010 1011011 101111 0 11011 11010011 1010100 101000

Color Harmonies of #1063BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063BA

Black with #1063BA

Text Example


Text Example

White with #1063BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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