#030F53

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

Shades of Sapphire #030F53

Tints of Sapphire #030F53

Color information

#030F53 (or 0x030F53) is unknown color: approx Sapphire. HEX triplet: 03, 0F and 53. RGB value is (3,15,83). Sum of RGB (Red+Green+Blue) = 3+15+83=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #030F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F53 is #FCF0AC. Grayscale: #121212. Windows color (decimal): -16576685 or 5443331. OLE color: 5443331.

HSL color Cylindrical-coordinate representation of color #030F53: hue angle of 231º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030F53 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB31583-
CMYK0.960.8200.67
HSL231º93.02%16.86%-
HSV(B)231º96.39%32.55%-
XYZ1.770.998.28-
YUV19.16164.02116.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 83 (32.81% from 255) = 82.18%
R=2.97%
G=14.85%
B=82.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal315830.960.8200.6723193.0216.86
Hex3F536052043e75d11
Octal317123140122010334713521
Binary1111111010011110000010100100100001111100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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