Html Css Color HEX #000951 Sapphire

📋 copy color: '#000951'

red 0 ◦ green 9 ◦ blue 81

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

Shades of Sapphire #000951

Tints of Sapphire #000951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10%

 BLUE value IS 81 (32.03% from 255) = 90%

R = 0%
G = 10%
B = 90%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000951 (or 0x000951) is known color: Sapphire. HEX triplet: 00, 09 and 51. RGB value is (0,9,81). Sum of RGB (Red+Green+Blue) = 0+9+81=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #000951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000951 is #FFF6AE. Grayscale: #0E0E0E. Windows color (decimal): -16774831 or 5310720. OLE color: 5310720.

HSL color Cylindrical-coordinate representation of color #000951: hue angle of 233.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000951 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 9 81 -
CMYK 1 0.89 0 0.68
HSL 233.33º 1% 0.16% -
HSV(B) 233.33º 1% 0.32% -
XYZ 1.58 0.79 7.85 -
YUV 14.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 0 9 81 1 0.89 0 0.68 233.33 1 0.16
Hex 0 9 51 64 59 0 44 E9 64 10
Octal 0 11 121 144 131 0 104 351 144 20
Binary 0 1001 1010001 1100100 1011001 0 1000100 11101001 1100100 10000

Color Harmonies of #000951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000951

Black with #000951

Text Example


Text Example

White with #000951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000951; }

 p { color: rgb(0,9,81); }

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

background-color css

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

 a { background-color: rgb(0,9,81); }

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

border-color css

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

 span { border-color: rgb(0,9,81); }

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