Html Css Color HEX #104553 Sherpa Blue

📋 copy color: '#104553'

red 16 ◦ green 69 ◦ blue 83

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

Shades of Sherpa Blue #104553

Tints of Sherpa Blue #104553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 9.52%
G = 41.07%
B = 49.4%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104553 (or 0x104553) is known color: Sherpa Blue. HEX triplet: 10, 45 and 53. RGB value is (16,69,83). Sum of RGB (Red+Green+Blue) = 16+69+83=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #104553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104553 is #EFBAAC. Grayscale: #363636. Windows color (decimal): -15710893 or 5457168. OLE color: 5457168.

HSL color Cylindrical-coordinate representation of color #104553: hue angle of 192.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104553 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 69 83 -
CMYK 0.81 0.17 0 0.67
HSL 192.54º 0.68% 0.19% -
HSV(B) 192.54º 0.81% 0.33% -
XYZ 3.9 4.99 8.94 -
YUV 54.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 16 69 83 0.81 0.17 0 0.67 192.54 0.68 0.19
Hex 10 45 53 51 11 0 43 C1 44 13
Octal 20 105 123 121 21 0 103 301 104 23
Binary 10000 1000101 1010011 1010001 10001 0 1000011 11000001 1000100 10011

Color Harmonies of #104553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104553

Black with #104553

Text Example


Text Example

White with #104553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104553; }

 p { color: rgb(16,69,83); }

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

background-color css

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

 a { background-color: rgb(16,69,83); }

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

border-color css

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

 span { border-color: rgb(16,69,83); }

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