Html Css Color HEX #0F505F Sherpa Blue

📋 copy color: '#0F505F'

red 15 ◦ green 80 ◦ blue 95

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

Shades of Sherpa Blue #0F505F

Tints of Sherpa Blue #0F505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50%

R = 7.89%
G = 42.11%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F505F (or 0x0F505F) is known color: Sherpa Blue. HEX triplet: 0F, 50 and 5F. RGB value is (15,80,95). Sum of RGB (Red+Green+Blue) = 15+80+95=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F505F is #F0AFA0. Grayscale: #3E3E3E. Windows color (decimal): -15773601 or 6246415. OLE color: 6246415.

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

Color convert

RGB 15 80 95 -
CMYK 0.84 0.16 0 0.63
HSL 191.25º 0.73% 0.22% -
HSV(B) 191.25º 0.84% 0.37% -
XYZ 5.13 6.67 11.84 -
YUV 62.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 15 80 95 0.84 0.16 0 0.63 191.25 0.73 0.22
Hex F 50 5F 54 10 0 3F BF 49 16
Octal 17 120 137 124 20 0 77 277 111 26
Binary 1111 1010000 1011111 1010100 10000 0 111111 10111111 1001001 10110

Color Harmonies of #0F505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F505F

Black with #0F505F

Text Example


Text Example

White with #0F505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,95); }

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

background-color css

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

 a { background-color: rgb(15,80,95); }

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

border-color css

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

 span { border-color: rgb(15,80,95); }

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