Html Css Color HEX #0F535F Blue Stone

📋 copy color: '#0F535F'

red 15 ◦ green 83 ◦ blue 95

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

Shades of Blue Stone #0F535F

Tints of Blue Stone #0F535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

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

R = 7.77%
G = 43.01%
B = 49.22%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F535F (or 0x0F535F) is known color: Blue Stone. HEX triplet: 0F, 53 and 5F. RGB value is (15,83,95). Sum of RGB (Red+Green+Blue) = 15+83+95=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F535F is #F0ACA0. Grayscale: #3F3F3F. Windows color (decimal): -15772833 or 6247183. OLE color: 6247183.

HSL color Cylindrical-coordinate representation of color #0F535F: hue angle of 189º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F535F is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 83 95 -
CMYK 0.84 0.13 0 0.63
HSL 189º 0.73% 0.22% -
HSV(B) 189º 0.84% 0.37% -
XYZ 5.36 7.11 11.92 -
YUV 64.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 15 83 95 0.84 0.13 0 0.63 189 0.73 0.22
Hex F 53 5F 54 D 0 3F BD 49 16
Octal 17 123 137 124 15 0 77 275 111 26
Binary 1111 1010011 1011111 1010100 1101 0 111111 10111101 1001001 10110

Color Harmonies of #0F535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F535F

Black with #0F535F

Text Example


Text Example

White with #0F535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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