Html Css Color HEX #12515B Sherpa Blue

📋 copy color: '#12515B'

red 18 ◦ green 81 ◦ blue 91

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

Shades of Sherpa Blue #12515B

Tints of Sherpa Blue #12515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 9.47%
G = 42.63%
B = 47.89%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12515B (or 0x12515B) is known color: Sherpa Blue. HEX triplet: 12, 51 and 5B. RGB value is (18,81,91). Sum of RGB (Red+Green+Blue) = 18+81+91=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #12515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515B is #EDAEA4. Grayscale: #3F3F3F. Windows color (decimal): -15576741 or 5984530. OLE color: 5984530.

HSL color Cylindrical-coordinate representation of color #12515B: hue angle of 188.22º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12515B is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 81 91 -
CMYK 0.80 0.11 0 0.64
HSL 188.22º 0.67% 0.21% -
HSV(B) 188.22º 0.8% 0.36% -
XYZ 5.08 6.77 10.94 -
YUV 63.3 143.63 95.69 -
System Red Green Blue C M Y K H S L
Decimal 18 81 91 0.80 0.11 0 0.64 188.22 0.67 0.21
Hex 12 51 5B 50 B 0 40 BC 43 15
Octal 22 121 133 120 13 0 100 274 103 25
Binary 10010 1010001 1011011 1010000 1011 0 1000000 10111100 1000011 10101

Color Harmonies of #12515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12515B

Black with #12515B

Text Example


Text Example

White with #12515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12515B; }

 p { color: rgb(18,81,91); }

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

background-color css

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

 a { background-color: rgb(18,81,91); }

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

border-color css

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

 span { border-color: rgb(18,81,91); }

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