Html Css Color HEX #0F7062 Blue Stone

📋 copy color: '#0F7062'

red 15 ◦ green 112 ◦ blue 98

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

Shades of Blue Stone #0F7062

Tints of Blue Stone #0F7062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 6.67%
G = 49.78%
B = 43.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#0F7062 (or 0x0F7062) is known color: Blue Stone. HEX triplet: 0F, 70 and 62. RGB value is (15,112,98). Sum of RGB (Red+Green+Blue) = 15+112+98=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7062 is #F08F9D. Grayscale: #515151. Windows color (decimal): -15765406 or 6451215. OLE color: 6451215.

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

Color convert

RGB 15 112 98 -
CMYK 0.87 0 0.13 0.56
HSL 171.34º 0.76% 0.25% -
HSV(B) 171.34º 0.87% 0.44% -
XYZ 8.2 12.57 13.55 -
YUV 81.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 15 112 98 0.87 0 0.13 0.56 171.34 0.76 0.25
Hex F 70 62 57 0 D 38 AB 4C 19
Octal 17 160 142 127 0 15 70 253 114 31
Binary 1111 1110000 1100010 1010111 0 1101 111000 10101011 1001100 11001

Color Harmonies of #0F7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7062

Black with #0F7062

Text Example


Text Example

White with #0F7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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