Html Css Color HEX #0F706A Blue Stone

📋 copy color: '#0F706A'

red 15 ◦ green 112 ◦ blue 106

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

Shades of Blue Stone #0F706A

Tints of Blue Stone #0F706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.49%

R = 6.44%
G = 48.07%
B = 45.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#0F706A (or 0x0F706A) is known color: Blue Stone. HEX triplet: 0F, 70 and 6A. RGB value is (15,112,106). Sum of RGB (Red+Green+Blue) = 15+112+106=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #0F706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F706A is #F08F95. Grayscale: #525252. Windows color (decimal): -15765398 or 6975503. OLE color: 6975503.

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

Color convert

RGB 15 112 106 -
CMYK 0.87 0 0.05 0.56
HSL 176.29º 0.76% 0.25% -
HSV(B) 176.29º 0.87% 0.44% -
XYZ 8.59 12.73 15.64 -
YUV 82.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 15 112 106 0.87 0 0.05 0.56 176.29 0.76 0.25
Hex F 70 6A 57 0 5 38 B0 4C 19
Octal 17 160 152 127 0 5 70 260 114 31
Binary 1111 1110000 1101010 1010111 0 101 111000 10110000 1001100 11001

Color Harmonies of #0F706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F706A

Black with #0F706A

Text Example


Text Example

White with #0F706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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