Html Css Color HEX #0F665D Blue Stone

📋 copy color: '#0F665D'

red 15 ◦ green 102 ◦ blue 93

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

Shades of Blue Stone #0F665D

Tints of Blue Stone #0F665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 7.14%
G = 48.57%
B = 44.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#0F665D (or 0x0F665D) is known color: Blue Stone. HEX triplet: 0F, 66 and 5D. RGB value is (15,102,93). Sum of RGB (Red+Green+Blue) = 15+102+93=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #0F665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F665D is #F099A2. Grayscale: #4A4A4A. Windows color (decimal): -15767971 or 6120975. OLE color: 6120975.

HSL color Cylindrical-coordinate representation of color #0F665D: hue angle of 173.79º degrees, saturation: 0.74, 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 #0F665D is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 15 102 93 -
CMYK 0.85 0 0.09 0.6
HSL 173.79º 0.74% 0.23% -
HSV(B) 173.79º 0.85% 0.4% -
XYZ 6.92 10.39 12 -
YUV 74.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 15 102 93 0.85 0 0.09 0.6 173.79 0.74 0.23
Hex F 66 5D 55 0 9 3C AE 4A 17
Octal 17 146 135 125 0 11 74 256 112 27
Binary 1111 1100110 1011101 1010101 0 1001 111100 10101110 1001010 10111

Color Harmonies of #0F665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F665D

Black with #0F665D

Text Example


Text Example

White with #0F665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,93); }

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

background-color css

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

 a { background-color: rgb(15,102,93); }

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

border-color css

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

 span { border-color: rgb(15,102,93); }

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