Html Css Color HEX #0F5560 Blue Stone

📋 copy color: '#0F5560'

red 15 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #0F5560

Tints of Blue Stone #0F5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.37%

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 7.65%
G = 43.37%
B = 48.98%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F5560 (or 0x0F5560) is known color: Blue Stone. HEX triplet: 0F, 55 and 60. RGB value is (15,85,96). Sum of RGB (Red+Green+Blue) = 15+85+96=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F5560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5560 is #F0AA9F. Grayscale: #414141. Windows color (decimal): -15772320 or 6313231. OLE color: 6313231.

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

Color convert

RGB 15 85 96 -
CMYK 0.84 0.11 0 0.62
HSL 188.15º 0.73% 0.22% -
HSV(B) 188.15º 0.84% 0.38% -
XYZ 5.56 7.44 12.21 -
YUV 65.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 15 85 96 0.84 0.11 0 0.62 188.15 0.73 0.22
Hex F 55 60 54 B 0 3E BC 49 16
Octal 17 125 140 124 13 0 76 274 111 26
Binary 1111 1010101 1100000 1010100 1011 0 111110 10111100 1001001 10110

Color Harmonies of #0F5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5560

Black with #0F5560

Text Example


Text Example

White with #0F5560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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