Html Css Color HEX #0F675A Blue Stone

📋 copy color: '#0F675A'

red 15 ◦ green 103 ◦ blue 90

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

Shades of Blue Stone #0F675A

Tints of Blue Stone #0F675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.52%

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

R = 7.21%
G = 49.52%
B = 43.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#0F675A (or 0x0F675A) is known color: Blue Stone. HEX triplet: 0F, 67 and 5A. RGB value is (15,103,90). Sum of RGB (Red+Green+Blue) = 15+103+90=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #0F675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F675A is #F098A5. Grayscale: #4B4B4B. Windows color (decimal): -15767718 or 5924623. OLE color: 5924623.

HSL color Cylindrical-coordinate representation of color #0F675A: hue angle of 171.14º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F675A is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 103 90 -
CMYK 0.85 0 0.13 0.60
HSL 171.14º 0.75% 0.23% -
HSV(B) 171.14º 0.85% 0.4% -
XYZ 6.89 10.54 11.34 -
YUV 75.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 15 103 90 0.85 0 0.13 0.60 171.14 0.75 0.23
Hex F 67 5A 55 0 D 3C AB 4B 17
Octal 17 147 132 125 0 15 74 253 113 27
Binary 1111 1100111 1011010 1010101 0 1101 111100 10101011 1001011 10111

Color Harmonies of #0F675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F675A

Black with #0F675A

Text Example


Text Example

White with #0F675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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