Html Css Color HEX #0F615C Blue Stone

📋 copy color: '#0F615C'

red 15 ◦ green 97 ◦ blue 92

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

Shades of Blue Stone #0F615C

Tints of Blue Stone #0F615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 7.35%
G = 47.55%
B = 45.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#0F615C (or 0x0F615C) is known color: Blue Stone. HEX triplet: 0F, 61 and 5C. RGB value is (15,97,92). Sum of RGB (Red+Green+Blue) = 15+97+92=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #0F615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F615C is #F09EA3. Grayscale: #474747. Windows color (decimal): -15769252 or 6054159. OLE color: 6054159.

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

Color convert

RGB 15 97 92 -
CMYK 0.85 0 0.05 0.62
HSL 176.34º 0.73% 0.22% -
HSV(B) 176.34º 0.85% 0.38% -
XYZ 6.4 9.42 11.61 -
YUV 71.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 15 97 92 0.85 0 0.05 0.62 176.34 0.73 0.22
Hex F 61 5C 55 0 5 3E B0 49 16
Octal 17 141 134 125 0 5 76 260 111 26
Binary 1111 1100001 1011100 1010101 0 101 111110 10110000 1001001 10110

Color Harmonies of #0F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F615C

Black with #0F615C

Text Example


Text Example

White with #0F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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