Html Css Color HEX #1063BE Denim

📋 copy color: '#1063BE'

red 16 ◦ green 99 ◦ blue 190

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

Shades of Denim #1063BE

Tints of Denim #1063BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 5.25%
G = 32.46%
B = 62.3%

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

#1063BE (or 0x1063BE) is known color: Denim. HEX triplet: 10, 63 and BE. RGB value is (16,99,190). Sum of RGB (Red+Green+Blue) = 16+99+190=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #1063BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063BE is #EF9C41. Grayscale: #545454. Windows color (decimal): -15703106 or 12477200. OLE color: 12477200.

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

Color convert

RGB 16 99 190 -
CMYK 0.92 0.48 0 0.25
HSL 211.38º 0.84% 0.4% -
HSV(B) 211.38º 0.92% 0.75% -
XYZ 13.97 12.75 50.44 -
YUV 84.56 187.5 79.1 -
System Red Green Blue C M Y K H S L
Decimal 16 99 190 0.92 0.48 0 0.25 211.38 0.84 0.4
Hex 10 63 BE 5C 30 0 19 D3 54 28
Octal 20 143 276 134 60 0 31 323 124 50
Binary 10000 1100011 10111110 1011100 110000 0 11001 11010011 1010100 101000

Color Harmonies of #1063BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063BE

Black with #1063BE

Text Example


Text Example

White with #1063BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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