Html Css Color HEX #1050BE Denim

📋 copy color: '#1050BE'

red 16 ◦ green 80 ◦ blue 190

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

Shades of Denim #1050BE

Tints of Denim #1050BE

RGB

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

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

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

R = 5.59%
G = 27.97%
B = 66.43%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1050BE (or 0x1050BE) is known color: Denim. HEX triplet: 10, 50 and BE. RGB value is (16,80,190). Sum of RGB (Red+Green+Blue) = 16+80+190=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #1050BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BE is #EFAF41. Grayscale: #484848. Windows color (decimal): -15707970 or 12472336. OLE color: 12472336.

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

Color convert

RGB 16 80 190 -
CMYK 0.92 0.58 0 0.25
HSL 217.93º 0.84% 0.4% -
HSV(B) 217.93º 0.92% 0.75% -
XYZ 12.38 9.57 49.91 -
YUV 73.4 193.8 87.06 -
System Red Green Blue C M Y K H S L
Decimal 16 80 190 0.92 0.58 0 0.25 217.93 0.84 0.4
Hex 10 50 BE 5C 3A 0 19 DA 54 28
Octal 20 120 276 134 72 0 31 332 124 50
Binary 10000 1010000 10111110 1011100 111010 0 11001 11011010 1010100 101000

Color Harmonies of #1050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050BE

Black with #1050BE

Text Example


Text Example

White with #1050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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