Html Css Color HEX #1050BD Denim

📋 copy color: '#1050BD'

red 16 ◦ green 80 ◦ blue 189

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

Shades of Denim #1050BD

Tints of Denim #1050BD

RGB

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

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

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

R = 5.61%
G = 28.07%
B = 66.32%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1050BD (or 0x1050BD) is known color: Denim. HEX triplet: 10, 50 and BD. RGB value is (16,80,189). Sum of RGB (Red+Green+Blue) = 16+80+189=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #1050BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BD is #EFAF42. Grayscale: #484848. Windows color (decimal): -15707971 or 12406800. OLE color: 12406800.

HSL color Cylindrical-coordinate representation of color #1050BD: hue angle of 217.8º 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 #1050BD is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 80 189 -
CMYK 0.92 0.58 0 0.26
HSL 217.8º 0.84% 0.4% -
HSV(B) 217.8º 0.92% 0.74% -
XYZ 12.27 9.52 49.34 -
YUV 73.29 193.3 87.14 -
System Red Green Blue C M Y K H S L
Decimal 16 80 189 0.92 0.58 0 0.26 217.8 0.84 0.4
Hex 10 50 BD 5C 3A 0 1A DA 54 28
Octal 20 120 275 134 72 0 32 332 124 50
Binary 10000 1010000 10111101 1011100 111010 0 11010 11011010 1010100 101000

Color Harmonies of #1050BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050BD

Black with #1050BD

Text Example


Text Example

White with #1050BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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