Html Css Color HEX #000950 Sapphire

📋 copy color: '#000950'

red 0 ◦ green 9 ◦ blue 80

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

Shades of Sapphire #000950

Tints of Sapphire #000950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 89.89%

R = 0%
G = 10.11%
B = 89.89%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#000950 (or 0x000950) is known color: Sapphire. HEX triplet: 00, 09 and 50. RGB value is (0,9,80). Sum of RGB (Red+Green+Blue) = 0+9+80=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #000950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000950 is #FFF6AF. Grayscale: #0E0E0E. Windows color (decimal): -16774832 or 5245184. OLE color: 5245184.

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

Color convert

RGB 0 9 80 -
CMYK 1 0.89 0 0.69
HSL 233.25º 1% 0.16% -
HSV(B) 233.25º 1% 0.31% -
XYZ 1.55 0.77 7.66 -
YUV 14.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 0 9 80 1 0.89 0 0.69 233.25 1 0.16
Hex 0 9 50 64 59 0 45 E9 64 10
Octal 0 11 120 144 131 0 105 351 144 20
Binary 0 1001 1010000 1100100 1011001 0 1000101 11101001 1100100 10000

Color Harmonies of #000950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000950

Black with #000950

Text Example


Text Example

White with #000950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000950; }

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

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

background-color css

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

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

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

border-color css

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

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

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