Html Css Color HEX #0F5861 Blue Stone

📋 copy color: '#0F5861'

red 15 ◦ green 88 ◦ blue 97

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

Shades of Blue Stone #0F5861

Tints of Blue Stone #0F5861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 7.5%
G = 44%
B = 48.5%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F5861 (or 0x0F5861) is known color: Blue Stone. HEX triplet: 0F, 58 and 61. RGB value is (15,88,97). Sum of RGB (Red+Green+Blue) = 15+88+97=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F5861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5861 is #F0A79E. Grayscale: #434343. Windows color (decimal): -15771551 or 6379535. OLE color: 6379535.

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

Color convert

RGB 15 88 97 -
CMYK 0.85 0.09 0 0.62
HSL 186.59º 0.73% 0.22% -
HSV(B) 186.59º 0.85% 0.38% -
XYZ 5.84 7.94 12.53 -
YUV 67.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 15 88 97 0.85 0.09 0 0.62 186.59 0.73 0.22
Hex F 58 61 55 9 0 3E BB 49 16
Octal 17 130 141 125 11 0 76 273 111 26
Binary 1111 1011000 1100001 1010101 1001 0 111110 10111011 1001001 10110

Color Harmonies of #0F5861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5861

Black with #0F5861

Text Example


Text Example

White with #0F5861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,88,97); }

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

background-color css

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

 a { background-color: rgb(15,88,97); }

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

border-color css

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

 span { border-color: rgb(15,88,97); }

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