Html Css Color HEX #1063BD Denim

📋 copy color: '#1063BD'

red 16 ◦ green 99 ◦ blue 189

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

Shades of Denim #1063BD

Tints of Denim #1063BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 5.26%
G = 32.57%
B = 62.17%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1063BD (or 0x1063BD) is known color: Denim. HEX triplet: 10, 63 and BD. RGB value is (16,99,189). Sum of RGB (Red+Green+Blue) = 16+99+189=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #1063BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063BD is #EF9C42. Grayscale: #545454. Windows color (decimal): -15703107 or 12411664. OLE color: 12411664.

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

Color convert

RGB 16 99 189 -
CMYK 0.92 0.48 0 0.26
HSL 211.21º 0.84% 0.4% -
HSV(B) 211.21º 0.92% 0.74% -
XYZ 13.86 12.71 49.87 -
YUV 84.44 187 79.18 -
System Red Green Blue C M Y K H S L
Decimal 16 99 189 0.92 0.48 0 0.26 211.21 0.84 0.4
Hex 10 63 BD 5C 30 0 1A D3 54 28
Octal 20 143 275 134 60 0 32 323 124 50
Binary 10000 1100011 10111101 1011100 110000 0 11010 11010011 1010100 101000

Color Harmonies of #1063BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063BD

Black with #1063BD

Text Example


Text Example

White with #1063BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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