Html Css Color HEX #000F59 Sapphire

📋 copy color: '#000F59'

red 0 ◦ green 15 ◦ blue 89

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

Shades of Sapphire #000F59

Tints of Sapphire #000F59

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 14.42%

 BLUE value IS 89 (35.16% from 255) = 85.58%

R = 0%
G = 14.42%
B = 85.58%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#000F59 (or 0x000F59) is known color: Sapphire. HEX triplet: 00, 0F and 59. RGB value is (0,15,89). Sum of RGB (Red+Green+Blue) = 0+15+89=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #000F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F59 is #FFF0A6. Grayscale: #121212. Windows color (decimal): -16773287 or 5836544. OLE color: 5836544.

HSL color Cylindrical-coordinate representation of color #000F59: hue angle of 229.89º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F59 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 15 89 -
CMYK 1 0.83 0 0.65
HSL 229.89º 1% 0.17% -
HSV(B) 229.89º 1% 0.35% -
XYZ 1.97 1.06 9.55 -
YUV 18.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 0 15 89 1 0.83 0 0.65 229.89 1 0.17
Hex 0 F 59 64 53 0 41 E6 64 11
Octal 0 17 131 144 123 0 101 346 144 21
Binary 0 1111 1011001 1100100 1010011 0 1000001 11100110 1100100 10001

Color Harmonies of #000F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F59

Black with #000F59

Text Example


Text Example

White with #000F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F59; }

 p { color: rgb(0,15,89); }

 H1.HeaderClassName
 {
   color: #000F59;
 }
 .AnyTagClassName
 {
   color: #000F59;
 }
</style>

background-color css

<style>
 a { background-color: #000F59; }

 a { background-color: rgb(0,15,89); }

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

border-color css

<style>
 span { border-color: #000F59; }

 span { border-color: rgb(0,15,89); }

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