Html Css Color HEX #1063BF Denim

📋 copy color: '#1063BF'

red 16 ◦ green 99 ◦ blue 191

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

Shades of Denim #1063BF

Tints of Denim #1063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 5.23%
G = 32.35%
B = 62.42%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1063BF (or 0x1063BF) is known color: Denim. HEX triplet: 10, 63 and BF. RGB value is (16,99,191). Sum of RGB (Red+Green+Blue) = 16+99+191=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #1063BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063BF is #EF9C40. Grayscale: #545454. Windows color (decimal): -15703105 or 12542736. OLE color: 12542736.

HSL color Cylindrical-coordinate representation of color #1063BF: hue angle of 211.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063BF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 99 191 -
CMYK 0.92 0.48 0 0.25
HSL 211.54º 0.85% 0.41% -
HSV(B) 211.54º 0.92% 0.75% -
XYZ 14.08 12.8 51.02 -
YUV 84.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 16 99 191 0.92 0.48 0 0.25 211.54 0.85 0.41
Hex 10 63 BF 5C 30 0 19 D4 55 29
Octal 20 143 277 134 60 0 31 324 125 51
Binary 10000 1100011 10111111 1011100 110000 0 11001 11010100 1010101 101001

Color Harmonies of #1063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063BF

Black with #1063BF

Text Example


Text Example

White with #1063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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