Html Css Color HEX #0F505E Sherpa Blue

📋 copy color: '#0F505E'

red 15 ◦ green 80 ◦ blue 94

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

Shades of Sherpa Blue #0F505E

Tints of Sherpa Blue #0F505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 7.94%
G = 42.33%
B = 49.74%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F505E (or 0x0F505E) is known color: Sherpa Blue. HEX triplet: 0F, 50 and 5E. RGB value is (15,80,94). Sum of RGB (Red+Green+Blue) = 15+80+94=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F505E is #F0AFA1. Grayscale: #3E3E3E. Windows color (decimal): -15773602 or 6180879. OLE color: 6180879.

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

Color convert

RGB 15 80 94 -
CMYK 0.84 0.15 0 0.63
HSL 190.63º 0.72% 0.21% -
HSV(B) 190.63º 0.84% 0.37% -
XYZ 5.09 6.65 11.6 -
YUV 62.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 15 80 94 0.84 0.15 0 0.63 190.63 0.72 0.21
Hex F 50 5E 54 F 0 3F BF 48 15
Octal 17 120 136 124 17 0 77 277 110 25
Binary 1111 1010000 1011110 1010100 1111 0 111111 10111111 1001000 10101

Color Harmonies of #0F505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F505E

Black with #0F505E

Text Example


Text Example

White with #0F505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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