#030F63

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

Shades of Sapphire #030F63

Tints of Sapphire #030F63

Color information

#030F63 (or 0x030F63) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 63. RGB value is (3,15,99). Sum of RGB (Red+Green+Blue) = 3+15+99=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #030F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F63 is #FCF09C. Grayscale: #141414. Windows color (decimal): -16576669 or 6491907. OLE color: 6491907.

HSL color Cylindrical-coordinate representation of color #030F63: hue angle of 232.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030F63 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB31599-
CMYK0.970.8500.61
HSL232.5º94.12%20%-
HSV(B)232.5º96.97%38.82%-
XYZ2.461.2611.92-
YUV20.99172.02115.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 99 (39.06% from 255) = 84.62%
R=2.56%
G=12.82%
B=84.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal315990.970.8500.61232.594.1220
Hex3F63615503De85e14
Octal31714314112507535013624
Binary111111110001111000011010101011110111101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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