#030949

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

Shades of Sapphire #030949

Tints of Sapphire #030949

Color information

#030949 (or 0x030949) is unknown color: approx Sapphire. HEX triplet: 03, 09 and 49. RGB value is (3,9,73). Sum of RGB (Red+Green+Blue) = 3+9+73=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #030949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030949 is #FCF6B6. Grayscale: #0E0E0E. Windows color (decimal): -16578231 or 4786435. OLE color: 4786435.

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

Color convert

RGB3973-
CMYK0.960.8800.71
HSL234.86º92.11%14.9%-
HSV(B)234.86º95.89%28.63%-
XYZ1.340.76.37-
YUV14.5161.01119.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 73 (28.91% from 255) = 85.88%
R=3.53%
G=10.59%
B=85.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal39730.960.8800.71234.8692.1114.9
Hex39496058047eb5cf
Octal311111140130010735313417
Binary111001100100111000001011000010001111110101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030949; }

 p { color: rgb(3,9,73); }

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

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

 a { background-color: rgb(3,9,73); }

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

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

 span { border-color: rgb(3,9,73); }

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