#030F61

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

Shades of Sapphire #030F61

Tints of Sapphire #030F61

Color information

#030F61 (or 0x030F61) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 61. RGB value is (3,15,97). Sum of RGB (Red+Green+Blue) = 3+15+97=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #030F61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F61 is #FCF09E. Grayscale: #141414. Windows color (decimal): -16576671 or 6360835. OLE color: 6360835.

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

Color convert

RGB31597-
CMYK0.970.8500.62
HSL232.34º94%19.61%-
HSV(B)232.34º96.91%38.04%-
XYZ2.371.2211.42-
YUV20.76171.02115.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 97 (38.28% from 255) = 84.35%
R=2.61%
G=13.04%
B=84.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal315970.970.8500.62232.349419.61
Hex3F61615503Ee85e14
Octal31714114112507635013624
Binary111111110000111000011010101011111011101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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