#0F635A

Color #0F635A Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0F635A

Tints of Blue Stone #0F635A

Color information

#0F635A (or 0x0F635A) is unknown color: approx Blue Stone. HEX triplet: 0F, 63 and 5A. RGB value is (15,99,90). Sum of RGB (Red+Green+Blue) = 15+99+90=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #0F635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F635A is #F09CA5. Grayscale: #484848. Windows color (decimal): -15768742 or 5923599. OLE color: 5923599.

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

Color convert

RGB159990-
CMYK0.8500.090.61
HSL173.57º73.68%22.35%-
HSV(B)173.57º84.85%38.82%-
XYZ6.59.7611.21-
YUV72.86137.6786.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=7.35%
G=48.53%
B=44.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599900.8500.090.61173.5773.6822.35
HexF635A55093Dae4a16
Octal171431321250117525611226
Binary11111100011101101010101010100111110110101110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F635A;
 }
 .AnyTagClassName
 {
   color: #0F635A;
 }
</style>
background-color css

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

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

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

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

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

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