Html Css Color HEX #0F675C Blue Stone

📋 copy color: '#0F675C'

red 15 ◦ green 103 ◦ blue 92

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

Shades of Blue Stone #0F675C

Tints of Blue Stone #0F675C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 7.14%
G = 49.05%
B = 43.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#0F675C (or 0x0F675C) is known color: Blue Stone. HEX triplet: 0F, 67 and 5C. RGB value is (15,103,92). Sum of RGB (Red+Green+Blue) = 15+103+92=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #0F675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F675C is #F098A3. Grayscale: #4B4B4B. Windows color (decimal): -15767716 or 6055695. OLE color: 6055695.

HSL color Cylindrical-coordinate representation of color #0F675C: hue angle of 172.5º 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 #0F675C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 103 92 -
CMYK 0.85 0 0.11 0.60
HSL 172.5º 0.75% 0.23% -
HSV(B) 172.5º 0.85% 0.4% -
XYZ 6.98 10.57 11.8 -
YUV 75.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 15 103 92 0.85 0 0.11 0.60 172.5 0.75 0.23
Hex F 67 5C 55 0 B 3C AC 4B 17
Octal 17 147 134 125 0 13 74 254 113 27
Binary 1111 1100111 1011100 1010101 0 1011 111100 10101100 1001011 10111

Color Harmonies of #0F675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F675C

Black with #0F675C

Text Example


Text Example

White with #0F675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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