Html Css Color HEX #0F565A Blue Stone

📋 copy color: '#0F565A'

red 15 ◦ green 86 ◦ blue 90

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

Shades of Blue Stone #0F565A

Tints of Blue Stone #0F565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.03%

 BLUE value IS 90 (35.55% from 255) = 47.12%

R = 7.85%
G = 45.03%
B = 47.12%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F565A (or 0x0F565A) is known color: Blue Stone. HEX triplet: 0F, 56 and 5A. RGB value is (15,86,90). Sum of RGB (Red+Green+Blue) = 15+86+90=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F565A is #F0A9A5. Grayscale: #414141. Windows color (decimal): -15772070 or 5920271. OLE color: 5920271.

HSL color Cylindrical-coordinate representation of color #0F565A: hue angle of 183.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F565A is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 86 90 -
CMYK 0.83 0.04 0 0.65
HSL 183.2º 0.71% 0.21% -
HSV(B) 183.2º 0.83% 0.35% -
XYZ 5.37 7.5 10.84 -
YUV 65.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 15 86 90 0.83 0.04 0 0.65 183.2 0.71 0.21
Hex F 56 5A 53 4 0 41 B7 47 15
Octal 17 126 132 123 4 0 101 267 107 25
Binary 1111 1010110 1011010 1010011 100 0 1000001 10110111 1000111 10101

Color Harmonies of #0F565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F565A

Black with #0F565A

Text Example


Text Example

White with #0F565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,90); }

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

background-color css

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

 a { background-color: rgb(15,86,90); }

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

border-color css

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

 span { border-color: rgb(15,86,90); }

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