Html Css Color HEX #1050BB Denim

📋 copy color: '#1050BB'

red 16 ◦ green 80 ◦ blue 187

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

Shades of Denim #1050BB

Tints of Denim #1050BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 187 (73.44% from 255) = 66.08%

R = 5.65%
G = 28.27%
B = 66.08%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1050BB (or 0x1050BB) is known color: Denim. HEX triplet: 10, 50 and BB. RGB value is (16,80,187). Sum of RGB (Red+Green+Blue) = 16+80+187=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #1050BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BB is #EFAF44. Grayscale: #484848. Windows color (decimal): -15707973 or 12275728. OLE color: 12275728.

HSL color Cylindrical-coordinate representation of color #1050BB: hue angle of 217.54º 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 #1050BB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 80 187 -
CMYK 0.91 0.57 0 0.27
HSL 217.54º 0.84% 0.4% -
HSV(B) 217.54º 0.91% 0.73% -
XYZ 12.05 9.44 48.2 -
YUV 73.06 192.3 87.3 -
System Red Green Blue C M Y K H S L
Decimal 16 80 187 0.91 0.57 0 0.27 217.54 0.84 0.4
Hex 10 50 BB 5B 39 0 1B DA 54 28
Octal 20 120 273 133 71 0 33 332 124 50
Binary 10000 1010000 10111011 1011011 111001 0 11011 11011010 1010100 101000

Color Harmonies of #1050BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050BB

Black with #1050BB

Text Example


Text Example

White with #1050BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1050BB; }

 p { color: rgb(16,80,187); }

 H1.HeaderClassName
 {
   color: #1050BB;
 }
 .AnyTagClassName
 {
   color: #1050BB;
 }
</style>

background-color css

<style>
 a { background-color: #1050BB; }

 a { background-color: rgb(16,80,187); }

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

border-color css

<style>
 span { border-color: #1050BB; }

 span { border-color: rgb(16,80,187); }

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