Html Css Color HEX #000957 Sapphire

📋 copy color: '#000957'

red 0 ◦ green 9 ◦ blue 87

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

Shades of Sapphire #000957

Tints of Sapphire #000957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 90.63%

R = 0%
G = 9.38%
B = 90.63%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000957 (or 0x000957) is known color: Sapphire. HEX triplet: 00, 09 and 57. RGB value is (0,9,87). Sum of RGB (Red+Green+Blue) = 0+9+87=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 87 (34.38% from 255 or 90.62% from 96); Max value from RGB is 87 - color contains mainly: blue. Hex color #000957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000957 is #FFF6A8. Grayscale: #0E0E0E. Windows color (decimal): -16774825 or 5703936. OLE color: 5703936.

HSL color Cylindrical-coordinate representation of color #000957: hue angle of 233.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000957 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 9 87 -
CMYK 1 0.90 0 0.66
HSL 233.79º 1% 0.17% -
HSV(B) 233.79º 1% 0.34% -
XYZ 1.82 0.88 9.09 -
YUV 15.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 0 9 87 1 0.90 0 0.66 233.79 1 0.17
Hex 0 9 57 64 5A 0 42 EA 64 11
Octal 0 11 127 144 132 0 102 352 144 21
Binary 0 1001 1010111 1100100 1011010 0 1000010 11101010 1100100 10001

Color Harmonies of #000957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000957

Black with #000957

Text Example


Text Example

White with #000957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000957; }

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

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

background-color css

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

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

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

border-color css

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

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

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