Html Css Color HEX #0F706B Blue Stone

📋 copy color: '#0F706B'

red 15 ◦ green 112 ◦ blue 107

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

Shades of Blue Stone #0F706B

Tints of Blue Stone #0F706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 6.41%
G = 47.86%
B = 45.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0F706B (or 0x0F706B) is known color: Blue Stone. HEX triplet: 0F, 70 and 6B. RGB value is (15,112,107). Sum of RGB (Red+Green+Blue) = 15+112+107=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #0F706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F706B is #F08F94. Grayscale: #525252. Windows color (decimal): -15765397 or 7041039. OLE color: 7041039.

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

Color convert

RGB 15 112 107 -
CMYK 0.87 0 0.04 0.56
HSL 176.91º 0.76% 0.25% -
HSV(B) 176.91º 0.87% 0.44% -
XYZ 8.65 12.75 15.92 -
YUV 82.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 15 112 107 0.87 0 0.04 0.56 176.91 0.76 0.25
Hex F 70 6B 57 0 4 38 B1 4C 19
Octal 17 160 153 127 0 4 70 261 114 31
Binary 1111 1110000 1101011 1010111 0 100 111000 10110001 1001100 11001

Color Harmonies of #0F706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F706B

Black with #0F706B

Text Example


Text Example

White with #0F706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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