#0F625A

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

Shades of Blue Stone #0F625A

Tints of Blue Stone #0F625A

Color information

#0F625A (or 0x0F625A) is unknown color: approx Blue Stone. HEX triplet: 0F, 62 and 5A. RGB value is (15,98,90). Sum of RGB (Red+Green+Blue) = 15+98+90=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #0F625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F625A is #F09DA5. Grayscale: #484848. Windows color (decimal): -15768998 or 5923343. OLE color: 5923343.

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

Color convert

RGB159890-
CMYK0.8500.080.62
HSL174.22º73.45%22.16%-
HSV(B)174.22º84.69%38.43%-
XYZ6.419.5811.18-
YUV72.2713887.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=7.39%
G=48.28%
B=44.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1598900.8500.080.62174.2273.4522.16
HexF625A55083Eae4916
Octal171421321250107625611126
Binary11111100010101101010101010100011111010101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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