Html Css Color HEX #0F6057 Blue Stone

📋 copy color: '#0F6057'

red 15 ◦ green 96 ◦ blue 87

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

Shades of Blue Stone #0F6057

Tints of Blue Stone #0F6057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 7.58%
G = 48.48%
B = 43.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#0F6057 (or 0x0F6057) is known color: Blue Stone. HEX triplet: 0F, 60 and 57. RGB value is (15,96,87). Sum of RGB (Red+Green+Blue) = 15+96+87=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6057 is #F09FA8. Grayscale: #464646. Windows color (decimal): -15769513 or 5726223. OLE color: 5726223.

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

Color convert

RGB 15 96 87 -
CMYK 0.84 0 0.09 0.62
HSL 173.33º 0.73% 0.22% -
HSV(B) 173.33º 0.84% 0.38% -
XYZ 6.1 9.16 10.46 -
YUV 70.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 15 96 87 0.84 0 0.09 0.62 173.33 0.73 0.22
Hex F 60 57 54 0 9 3E AD 49 16
Octal 17 140 127 124 0 11 76 255 111 26
Binary 1111 1100000 1010111 1010100 0 1001 111110 10101101 1001001 10110

Color Harmonies of #0F6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6057

Black with #0F6057

Text Example


Text Example

White with #0F6057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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