Html Css Color HEX #0F5D62 Blue Stone

📋 copy color: '#0F5D62'

red 15 ◦ green 93 ◦ blue 98

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

Shades of Blue Stone #0F5D62

Tints of Blue Stone #0F5D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

 BLUE value IS 98 (38.67% from 255) = 47.57%

R = 7.28%
G = 45.15%
B = 47.57%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F5D62 (or 0x0F5D62) is known color: Blue Stone. HEX triplet: 0F, 5D and 62. RGB value is (15,93,98). Sum of RGB (Red+Green+Blue) = 15+93+98=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F5D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5D62 is #F0A29D. Grayscale: #464646. Windows color (decimal): -15770270 or 6446351. OLE color: 6446351.

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

Color convert

RGB 15 93 98 -
CMYK 0.85 0.05 0 0.62
HSL 183.61º 0.73% 0.22% -
HSV(B) 183.61º 0.85% 0.38% -
XYZ 6.32 8.81 12.92 -
YUV 70.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 15 93 98 0.85 0.05 0 0.62 183.61 0.73 0.22
Hex F 5D 62 55 5 0 3E B8 49 16
Octal 17 135 142 125 5 0 76 270 111 26
Binary 1111 1011101 1100010 1010101 101 0 111110 10111000 1001001 10110

Color Harmonies of #0F5D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5D62

Black with #0F5D62

Text Example


Text Example

White with #0F5D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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