Html Css Color HEX #135058 Sherpa Blue

📋 copy color: '#135058'

red 19 ◦ green 80 ◦ blue 88

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

Shades of Sherpa Blue #135058

Tints of Sherpa Blue #135058

RGB

 RED value IS 19 (7.81% from 255) = 10.16%

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

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 10.16%
G = 42.78%
B = 47.06%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135058 (or 0x135058) is known color: Sherpa Blue. HEX triplet: 13, 50 and 58. RGB value is (19,80,88). Sum of RGB (Red+Green+Blue) = 19+80+88=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #135058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135058 is #ECAFA7. Grayscale: #3E3E3E. Windows color (decimal): -15511464 or 5787667. OLE color: 5787667.

HSL color Cylindrical-coordinate representation of color #135058: hue angle of 186.96º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135058 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 80 88 -
CMYK 0.78 0.09 0 0.65
HSL 186.96º 0.64% 0.21% -
HSV(B) 186.96º 0.78% 0.35% -
XYZ 4.9 6.58 10.24 -
YUV 62.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 19 80 88 0.78 0.09 0 0.65 186.96 0.64 0.21
Hex 13 50 58 4E 9 0 41 BB 40 15
Octal 23 120 130 116 11 0 101 273 100 25
Binary 10011 1010000 1011000 1001110 1001 0 1000001 10111011 1000000 10101

Color Harmonies of #135058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135058

Black with #135058

Text Example


Text Example

White with #135058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135058; }

 p { color: rgb(19,80,88); }

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

background-color css

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

 a { background-color: rgb(19,80,88); }

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

border-color css

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

 span { border-color: rgb(19,80,88); }

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