Html Css Color HEX #0F6159 Blue Stone

📋 copy color: '#0F6159'

red 15 ◦ green 97 ◦ blue 89

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

Shades of Blue Stone #0F6159

Tints of Blue Stone #0F6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.26%

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 7.46%
G = 48.26%
B = 44.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#0F6159 (or 0x0F6159) is known color: Blue Stone. HEX triplet: 0F, 61 and 59. RGB value is (15,97,89). Sum of RGB (Red+Green+Blue) = 15+97+89=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6159 is #F09EA6. Grayscale: #474747. Windows color (decimal): -15769255 or 5857551. OLE color: 5857551.

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

Color convert

RGB 15 97 89 -
CMYK 0.85 0 0.08 0.62
HSL 174.15º 0.73% 0.22% -
HSV(B) 174.15º 0.85% 0.38% -
XYZ 6.27 9.37 10.93 -
YUV 71.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 15 97 89 0.85 0 0.08 0.62 174.15 0.73 0.22
Hex F 61 59 55 0 8 3E AE 49 16
Octal 17 141 131 125 0 10 76 256 111 26
Binary 1111 1100001 1011001 1010101 0 1000 111110 10101110 1001001 10110

Color Harmonies of #0F6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6159

Black with #0F6159

Text Example


Text Example

White with #0F6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,89); }

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

background-color css

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

 a { background-color: rgb(15,97,89); }

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

border-color css

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

 span { border-color: rgb(15,97,89); }

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