#000648

Color #000648 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #000648

Tints of Sapphire #000648

Color information

#000648 (or 0x000648) is unknown color: approx Sapphire. HEX triplet: 00, 06 and 48. RGB value is (0,6,72). Sum of RGB (Red+Green+Blue) = 0+6+72=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #000648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000648 is #FFF9B7. Grayscale: #0B0B0B. Windows color (decimal): -16775608 or 4720128. OLE color: 4720128.

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

Color convert

RGB0672-
CMYK10.9200.72
HSL235º100%14.12%-
HSV(B)235º100%28.24%-
XYZ1.230.66.18-
YUV11.73162.01119.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 72 (28.52% from 255) = 92.31%
R=0%
G=7.69%
B=92.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal067210.9200.7223510014.12
Hex0648645C048eb64e
Octal06110144134011035314416
Binary0110100100011001001011100010010001110101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000648; }

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

 H1.HeaderClassName
 {
   color: #000648;
 }
 .AnyTagClassName
 {
   color: #000648;
 }
</style>
background-color css

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

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

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

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

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

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