Html Css Color HEX #0F7065 Blue Stone

📋 copy color: '#0F7065'

red 15 ◦ green 112 ◦ blue 101

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

Shades of Blue Stone #0F7065

Tints of Blue Stone #0F7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 6.58%
G = 49.12%
B = 44.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#0F7065 (or 0x0F7065) is known color: Blue Stone. HEX triplet: 0F, 70 and 65. RGB value is (15,112,101). Sum of RGB (Red+Green+Blue) = 15+112+101=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7065 is #F08F9A. Grayscale: #515151. Windows color (decimal): -15765403 or 6647823. OLE color: 6647823.

HSL color Cylindrical-coordinate representation of color #0F7065: hue angle of 173.2º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7065 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 101 -
CMYK 0.87 0 0.10 0.56
HSL 173.2º 0.76% 0.25% -
HSV(B) 173.2º 0.87% 0.44% -
XYZ 8.34 12.63 14.31 -
YUV 81.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 15 112 101 0.87 0 0.10 0.56 173.2 0.76 0.25
Hex F 70 65 57 0 A 38 AD 4C 19
Octal 17 160 145 127 0 12 70 255 114 31
Binary 1111 1110000 1100101 1010111 0 1010 111000 10101101 1001100 11001

Color Harmonies of #0F7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7065

Black with #0F7065

Text Example


Text Example

White with #0F7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,101); }

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

background-color css

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

 a { background-color: rgb(15,112,101); }

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

border-color css

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

 span { border-color: rgb(15,112,101); }

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