#030F49

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

Shades of Sapphire #030F49

Tints of Sapphire #030F49

Color information

#030F49 (or 0x030F49) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 49. RGB value is (3,15,73). Sum of RGB (Red+Green+Blue) = 3+15+73=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #030F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F49 is #FCF0B6. Grayscale: #111111. Windows color (decimal): -16576695 or 4787971. OLE color: 4787971.

HSL color Cylindrical-coordinate representation of color #030F49: hue angle of 229.71º 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 #030F49 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31573-
CMYK0.960.7900.71
HSL229.71º92.11%14.9%-
HSV(B)229.71º95.89%28.63%-
XYZ1.410.846.39-
YUV18.02159.02117.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 73 (28.91% from 255) = 80.22%
R=3.30%
G=16.48%
B=80.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal315730.960.7900.71229.7192.1114.9
Hex3F49604F047e65cf
Octal317111140117010734613417
Binary111111100100111000001001111010001111110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030F49; }

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

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

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

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

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

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

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

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