Html Css Color HEX #124953 Sherpa Blue

📋 copy color: '#124953'

red 18 ◦ green 73 ◦ blue 83

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

Shades of Sherpa Blue #124953

Tints of Sherpa Blue #124953

RGB

 RED value IS 18 (7.42% from 255) = 10.34%

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 10.34%
G = 41.95%
B = 47.7%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#124953 (or 0x124953) is known color: Sherpa Blue. HEX triplet: 12, 49 and 53. RGB value is (18,73,83). Sum of RGB (Red+Green+Blue) = 18+73+83=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #124953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124953 is #EDB6AC. Grayscale: #393939. Windows color (decimal): -15578797 or 5458194. OLE color: 5458194.

HSL color Cylindrical-coordinate representation of color #124953: hue angle of 189.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124953 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 73 83 -
CMYK 0.78 0.12 0 0.67
HSL 189.23º 0.64% 0.2% -
HSV(B) 189.23º 0.78% 0.33% -
XYZ 4.19 5.52 9.03 -
YUV 57.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 18 73 83 0.78 0.12 0 0.67 189.23 0.64 0.2
Hex 12 49 53 4E C 0 43 BD 40 14
Octal 22 111 123 116 14 0 103 275 100 24
Binary 10010 1001001 1010011 1001110 1100 0 1000011 10111101 1000000 10100

Color Harmonies of #124953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124953

Black with #124953

Text Example


Text Example

White with #124953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124953; }

 p { color: rgb(18,73,83); }

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

background-color css

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

 a { background-color: rgb(18,73,83); }

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

border-color css

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

 span { border-color: rgb(18,73,83); }

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