Html Css Color HEX #000550 Sapphire

📋 copy color: '#000550'

red 0 ◦ green 5 ◦ blue 80

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

Shades of Sapphire #000550

Tints of Sapphire #000550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 0%
G = 5.88%
B = 94.12%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#000550 (or 0x000550) is known color: Sapphire. HEX triplet: 00, 05 and 50. RGB value is (0,5,80). Sum of RGB (Red+Green+Blue) = 0+5+80=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 80 (31.64% from 255 or 94.12% from 85); Max value from RGB is 80 - color contains mainly: blue. Hex color #000550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000550 is #FFFAAF. Grayscale: #0B0B0B. Windows color (decimal): -16775856 or 5244160. OLE color: 5244160.

HSL color Cylindrical-coordinate representation of color #000550: hue angle of 236.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 #000550 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 5 80 -
CMYK 1 0.94 0 0.69
HSL 236.25º 1% 0.16% -
HSV(B) 236.25º 1% 0.31% -
XYZ 1.5 0.69 7.64 -
YUV 12.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 0 5 80 1 0.94 0 0.69 236.25 1 0.16
Hex 0 5 50 64 5E 0 45 EC 64 10
Octal 0 5 120 144 136 0 105 354 144 20
Binary 0 101 1010000 1100100 1011110 0 1000101 11101100 1100100 10000

Color Harmonies of #000550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000550

Black with #000550

Text Example


Text Example

White with #000550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000550; }

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

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

background-color css

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

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

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

border-color css

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

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

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