Html Css Color HEX #0F635A Blue Stone

📋 copy color: '#0F635A'

red 15 ◦ green 99 ◦ blue 90

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

Shades of Blue Stone #0F635A

Tints of Blue Stone #0F635A

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 value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#0F635A (or 0x0F635A) is known color: 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

RGB 15 99 90 -
CMYK 0.85 0 0.09 0.61
HSL 173.57º 0.74% 0.22% -
HSV(B) 173.57º 0.85% 0.39% -
XYZ 6.5 9.76 11.21 -
YUV 72.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 15 99 90 0.85 0 0.09 0.61 173.57 0.74 0.22
Hex F 63 5A 55 0 9 3D AE 4A 16
Octal 17 143 132 125 0 11 75 256 112 26
Binary 1111 1100011 1011010 1010101 0 1001 111101 10101110 1001010 10110

Color Harmonies of #0F635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F635A

Black with #0F635A

Text Example


Text Example

White with #0F635A

Text Example


Text Example

HTML Codes & Css Web 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>