Html Css Color HEX #0F5160 Sherpa Blue

📋 copy color: '#0F5160'

red 15 ◦ green 81 ◦ blue 96

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

Shades of Sherpa Blue #0F5160

Tints of Sherpa Blue #0F5160

RGB

 RED value IS 15 (6.25% from 255) = 7.81%

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

 BLUE value IS 96 (37.89% from 255) = 50%

R = 7.81%
G = 42.19%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F5160 (or 0x0F5160) is known color: Sherpa Blue. HEX triplet: 0F, 51 and 60. RGB value is (15,81,96). Sum of RGB (Red+Green+Blue) = 15+81+96=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F5160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5160 is #F0AE9F. Grayscale: #3E3E3E. Windows color (decimal): -15773344 or 6312207. OLE color: 6312207.

HSL color Cylindrical-coordinate representation of color #0F5160: hue angle of 191.11º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5160 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 81 96 -
CMYK 0.84 0.16 0 0.62
HSL 191.11º 0.73% 0.22% -
HSV(B) 191.11º 0.84% 0.38% -
XYZ 5.25 6.83 12.11 -
YUV 62.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 15 81 96 0.84 0.16 0 0.62 191.11 0.73 0.22
Hex F 51 60 54 10 0 3E BF 49 16
Octal 17 121 140 124 20 0 76 277 111 26
Binary 1111 1010001 1100000 1010100 10000 0 111110 10111111 1001001 10110

Color Harmonies of #0F5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5160

Black with #0F5160

Text Example


Text Example

White with #0F5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5160; }

 p { color: rgb(15,81,96); }

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

background-color css

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

 a { background-color: rgb(15,81,96); }

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

border-color css

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

 span { border-color: rgb(15,81,96); }

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