Html Css Color HEX #125055 Sherpa Blue

📋 copy color: '#125055'

red 18 ◦ green 80 ◦ blue 85

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

Shades of Sherpa Blue #125055

Tints of Sherpa Blue #125055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 9.84%
G = 43.72%
B = 46.45%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#125055 (or 0x125055) is known color: Sherpa Blue. HEX triplet: 12, 50 and 55. RGB value is (18,80,85). Sum of RGB (Red+Green+Blue) = 18+80+85=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #125055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125055 is #EDAFAA. Grayscale: #3D3D3D. Windows color (decimal): -15577003 or 5591058. OLE color: 5591058.

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

Color convert

RGB 18 80 85 -
CMYK 0.79 0.06 0 0.67
HSL 184.48º 0.65% 0.2% -
HSV(B) 184.48º 0.79% 0.33% -
XYZ 4.76 6.52 9.6 -
YUV 62.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 18 80 85 0.79 0.06 0 0.67 184.48 0.65 0.2
Hex 12 50 55 4F 6 0 43 B8 41 14
Octal 22 120 125 117 6 0 103 270 101 24
Binary 10010 1010000 1010101 1001111 110 0 1000011 10111000 1000001 10100

Color Harmonies of #125055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125055

Black with #125055

Text Example


Text Example

White with #125055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125055; }

 p { color: rgb(18,80,85); }

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

background-color css

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

 a { background-color: rgb(18,80,85); }

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

border-color css

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

 span { border-color: rgb(18,80,85); }

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