Html Css Color HEX #0F5D67 Blue Stone

📋 copy color: '#0F5D67'

red 15 ◦ green 93 ◦ blue 103

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

Shades of Blue Stone #0F5D67

Tints of Blue Stone #0F5D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 7.11%
G = 44.08%
B = 48.82%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F5D67 (or 0x0F5D67) is known color: Blue Stone. HEX triplet: 0F, 5D and 67. RGB value is (15,93,103). Sum of RGB (Red+Green+Blue) = 15+93+103=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F5D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5D67 is #F0A298. Grayscale: #464646. Windows color (decimal): -15770265 or 6774031. OLE color: 6774031.

HSL color Cylindrical-coordinate representation of color #0F5D67: hue angle of 186.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5D67 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 93 103 -
CMYK 0.85 0.10 0 0.60
HSL 186.82º 0.75% 0.23% -
HSV(B) 186.82º 0.85% 0.4% -
XYZ 6.56 8.91 14.21 -
YUV 70.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 15 93 103 0.85 0.10 0 0.60 186.82 0.75 0.23
Hex F 5D 67 55 A 0 3C BB 4B 17
Octal 17 135 147 125 12 0 74 273 113 27
Binary 1111 1011101 1100111 1010101 1010 0 111100 10111011 1001011 10111

Color Harmonies of #0F5D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5D67

Black with #0F5D67

Text Example


Text Example

White with #0F5D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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