Html Css Color HEX #0F575A Blue Stone

📋 copy color: '#0F575A'

red 15 ◦ green 87 ◦ blue 90

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

Shades of Blue Stone #0F575A

Tints of Blue Stone #0F575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.31%

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 7.81%
G = 45.31%
B = 46.88%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F575A (or 0x0F575A) is known color: Blue Stone. HEX triplet: 0F, 57 and 5A. RGB value is (15,87,90). Sum of RGB (Red+Green+Blue) = 15+87+90=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F575A is #F0A8A5. Grayscale: #414141. Windows color (decimal): -15771814 or 5920527. OLE color: 5920527.

HSL color Cylindrical-coordinate representation of color #0F575A: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F575A is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 87 90 -
CMYK 0.83 0.03 0 0.65
HSL 182.4º 0.71% 0.21% -
HSV(B) 182.4º 0.83% 0.35% -
XYZ 5.45 7.66 10.86 -
YUV 65.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 15 87 90 0.83 0.03 0 0.65 182.4 0.71 0.21
Hex F 57 5A 53 3 0 41 B6 47 15
Octal 17 127 132 123 3 0 101 266 107 25
Binary 1111 1010111 1011010 1010011 11 0 1000001 10110110 1000111 10101

Color Harmonies of #0F575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F575A

Black with #0F575A

Text Example


Text Example

White with #0F575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,87,90); }

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

background-color css

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

 a { background-color: rgb(15,87,90); }

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

border-color css

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

 span { border-color: rgb(15,87,90); }

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