Html Css Color HEX #10505B Sherpa Blue

📋 copy color: '#10505B'

red 16 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #10505B

Tints of Sherpa Blue #10505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 8.56%
G = 42.78%
B = 48.66%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10505B (or 0x10505B) is known color: Sherpa Blue. HEX triplet: 10, 50 and 5B. RGB value is (16,80,91). Sum of RGB (Red+Green+Blue) = 16+80+91=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #10505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10505B is #EFAFA4. Grayscale: #3E3E3E. Windows color (decimal): -15708069 or 5984272. OLE color: 5984272.

HSL color Cylindrical-coordinate representation of color #10505B: hue angle of 188.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10505B is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 80 91 -
CMYK 0.82 0.12 0 0.64
HSL 188.8º 0.7% 0.21% -
HSV(B) 188.8º 0.82% 0.36% -
XYZ 4.97 6.6 10.91 -
YUV 62.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 16 80 91 0.82 0.12 0 0.64 188.8 0.7 0.21
Hex 10 50 5B 52 C 0 40 BD 46 15
Octal 20 120 133 122 14 0 100 275 106 25
Binary 10000 1010000 1011011 1010010 1100 0 1000000 10111101 1000110 10101

Color Harmonies of #10505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10505B

Black with #10505B

Text Example


Text Example

White with #10505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10505B; }

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

 H1.HeaderClassName
 {
   color: #10505B;
 }
 .AnyTagClassName
 {
   color: #10505B;
 }
</style>

background-color css

<style>
 a { background-color: #10505B; }

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

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

border-color css

<style>
 span { border-color: #10505B; }

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

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