Html Css Color HEX #0F515A Sherpa Blue

📋 copy color: '#0F515A'

red 15 ◦ green 81 ◦ blue 90

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

Shades of Sherpa Blue #0F515A

Tints of Sherpa Blue #0F515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 8.06%
G = 43.55%
B = 48.39%

CMYK

 C value IS 0.83

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F515A (or 0x0F515A) is known color: Sherpa Blue. HEX triplet: 0F, 51 and 5A. RGB value is (15,81,90). Sum of RGB (Red+Green+Blue) = 15+81+90=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F515A is #F0AEA5. Grayscale: #3E3E3E. Windows color (decimal): -15773350 or 5918991. OLE color: 5918991.

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

Color convert

RGB 15 81 90 -
CMYK 0.83 0.1 0 0.65
HSL 187.2º 0.71% 0.21% -
HSV(B) 187.2º 0.83% 0.35% -
XYZ 4.98 6.72 10.71 -
YUV 62.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 15 81 90 0.83 0.1 0 0.65 187.2 0.71 0.21
Hex F 51 5A 53 A 0 41 BB 47 15
Octal 17 121 132 123 12 0 101 273 107 25
Binary 1111 1010001 1011010 1010011 1010 0 1000001 10111011 1000111 10101

Color Harmonies of #0F515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F515A

Black with #0F515A

Text Example


Text Example

White with #0F515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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