Html Css Color HEX #000649 Sapphire

📋 copy color: '#000649'

red 0 ◦ green 6 ◦ blue 73

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

Shades of Sapphire #000649

Tints of Sapphire #000649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.59%

 BLUE value IS 73 (28.91% from 255) = 92.41%

R = 0%
G = 7.59%
B = 92.41%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#000649 (or 0x000649) is known color: Sapphire. HEX triplet: 00, 06 and 49. RGB value is (0,6,73). Sum of RGB (Red+Green+Blue) = 0+6+73=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 73 (28.91% from 255 or 92.41% from 79); Max value from RGB is 73 - color contains mainly: blue. Hex color #000649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000649 is #FFF9B6. Grayscale: #0B0B0B. Windows color (decimal): -16775607 or 4785664. OLE color: 4785664.

HSL color Cylindrical-coordinate representation of color #000649: hue angle of 235.07º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000649 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 6 73 -
CMYK 1 0.92 0 0.71
HSL 235.07º 1% 0.14% -
HSV(B) 235.07º 1% 0.29% -
XYZ 1.27 0.61 6.35 -
YUV 11.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 0 6 73 1 0.92 0 0.71 235.07 1 0.14
Hex 0 6 49 64 5C 0 47 EB 64 E
Octal 0 6 111 144 134 0 107 353 144 16
Binary 0 110 1001001 1100100 1011100 0 1000111 11101011 1100100 1110

Color Harmonies of #000649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000649

Black with #000649

Text Example


Text Example

White with #000649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000649; }

 p { color: rgb(0,6,73); }

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

background-color css

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

 a { background-color: rgb(0,6,73); }

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

border-color css

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

 span { border-color: rgb(0,6,73); }

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