#063078

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

Shades of Sapphire #063078

Tints of Sapphire #063078

Color information

#063078 (or 0x063078) is unknown color: approx Sapphire. HEX triplet: 06, 30 and 78. RGB value is (6,48,120). Sum of RGB (Red+Green+Blue) = 6+48+120=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #063078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063078 is #F9CF87. Grayscale: #2B2B2B. Windows color (decimal): -16371592 or 7876614. OLE color: 7876614.

HSL color Cylindrical-coordinate representation of color #063078: hue angle of 217.89º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063078 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB648120-
CMYK0.950.6000.53
HSL217.89º90.48%24.71%-
HSV(B)217.89º95%47.06%-
XYZ4.523.5118.21-
YUV43.65171.09101.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=3.45%
G=27.59%
B=68.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6481200.950.6000.53217.8990.4824.71
Hex630785F3C035da5a19
Octal6601701377406533213231
Binary11011000011110001011111111100011010111011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063078; }

 p { color: rgb(6,48,120); }

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

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

 a { background-color: rgb(6,48,120); }

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

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

 span { border-color: rgb(6,48,120); }

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