#10444F

Color #10444F Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #10444F

Tints of Sherpa Blue #10444F

Color information

#10444F (or 0x10444F) is unknown color: approx Sherpa Blue. HEX triplet: 10, 44 and 4F. RGB value is (16,68,79). Sum of RGB (Red+Green+Blue) = 16+68+79=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #10444F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10444F is #EFBBB0. Grayscale: #353535. Windows color (decimal): -15711153 or 5194768. OLE color: 5194768.

HSL color Cylindrical-coordinate representation of color #10444F: hue angle of 190.48º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10444F is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166879-
CMYK0.800.1400.69
HSL190.48º66.32%18.63%-
HSV(B)190.48º79.75%30.98%-
XYZ3.694.818.13-
YUV53.71142.27101.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=9.82%
G=41.72%
B=48.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1668790.800.1400.69190.4866.3218.63
Hex10444F50E045be4213
Octal2010411712016010527610223
Binary1000010001001001111101000011100100010110111110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10444F; }

 p { color: rgb(16,68,79); }

 H1.HeaderClassName
 {
   color: #10444F;
 }
 .AnyTagClassName
 {
   color: #10444F;
 }
</style>
background-color css

<style>
 a { background-color: #10444F; }

 a { background-color: rgb(16,68,79); }

 div.DivClassName
 {
   background-color: #10444F;
 }
 .BgClassName
 {
   background-color: #10444F;
 }
</style>
border-color css

<style>
 span { border-color: #10444F; }

 span { border-color: rgb(16,68,79); }

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