Html Css Color HEX #0F5961 Blue Stone

📋 copy color: '#0F5961'

red 15 ◦ green 89 ◦ blue 97

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

Shades of Blue Stone #0F5961

Tints of Blue Stone #0F5961

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0F5961: hue angle of 185.85º 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 #0F5961 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 89 97 -
CMYK 0.85 0.08 0 0.62
HSL 185.85º 0.73% 0.22% -
HSV(B) 185.85º 0.85% 0.38% -
XYZ 5.93 8.11 12.56 -
YUV 67.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 15 89 97 0.85 0.08 0 0.62 185.85 0.73 0.22
Hex F 59 61 55 8 0 3E BA 49 16
Octal 17 131 141 125 10 0 76 272 111 26
Binary 1111 1011001 1100001 1010101 1000 0 111110 10111010 1001001 10110

Color Harmonies of #0F5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5961

Black with #0F5961

Text Example


Text Example

White with #0F5961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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