Html Css Color HEX #0F635F Blue Stone

📋 copy color: '#0F635F'

red 15 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #0F635F

Tints of Blue Stone #0F635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 7.18%
G = 47.37%
B = 45.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#0F635F (or 0x0F635F) is known color: Blue Stone. HEX triplet: 0F, 63 and 5F. RGB value is (15,99,95). Sum of RGB (Red+Green+Blue) = 15+99+95=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #0F635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F635F is #F09CA0. Grayscale: #494949. Windows color (decimal): -15768737 or 6251279. OLE color: 6251279.

HSL color Cylindrical-coordinate representation of color #0F635F: hue angle of 177.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F635F is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 95 -
CMYK 0.85 0 0.04 0.61
HSL 177.14º 0.74% 0.22% -
HSV(B) 177.14º 0.85% 0.39% -
XYZ 6.72 9.85 12.37 -
YUV 73.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 15 99 95 0.85 0 0.04 0.61 177.14 0.74 0.22
Hex F 63 5F 55 0 4 3D B1 4A 16
Octal 17 143 137 125 0 4 75 261 112 26
Binary 1111 1100011 1011111 1010101 0 100 111101 10110001 1001010 10110

Color Harmonies of #0F635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F635F

Black with #0F635F

Text Example


Text Example

White with #0F635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,99,95); }

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

background-color css

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

 a { background-color: rgb(15,99,95); }

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

border-color css

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

 span { border-color: rgb(15,99,95); }

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