Html Css Color HEX #0F4956 Sherpa Blue

📋 copy color: '#0F4956'

red 15 ◦ green 73 ◦ blue 86

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

Shades of Sherpa Blue #0F4956

Tints of Sherpa Blue #0F4956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 8.62%
G = 41.95%
B = 49.43%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F4956 (or 0x0F4956) is known color: Sherpa Blue. HEX triplet: 0F, 49 and 56. RGB value is (15,73,86). Sum of RGB (Red+Green+Blue) = 15+73+86=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F4956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4956 is #F0B6A9. Grayscale: #393939. Windows color (decimal): -15775402 or 5654799. OLE color: 5654799.

HSL color Cylindrical-coordinate representation of color #0F4956: hue angle of 190.99º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4956 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 73 86 -
CMYK 0.83 0.15 0 0.66
HSL 190.99º 0.7% 0.2% -
HSV(B) 190.99º 0.83% 0.34% -
XYZ 4.26 5.54 9.65 -
YUV 57.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 15 73 86 0.83 0.15 0 0.66 190.99 0.7 0.2
Hex F 49 56 53 F 0 42 BF 46 14
Octal 17 111 126 123 17 0 102 277 106 24
Binary 1111 1001001 1010110 1010011 1111 0 1000010 10111111 1000110 10100

Color Harmonies of #0F4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4956

Black with #0F4956

Text Example


Text Example

White with #0F4956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,73,86); }

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

background-color css

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

 a { background-color: rgb(15,73,86); }

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

border-color css

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

 span { border-color: rgb(15,73,86); }

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