#030A53

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

Shades of Sapphire #030A53

Tints of Sapphire #030A53

Color information

#030A53 (or 0x030A53) is unknown color: approx Sapphire. HEX triplet: 03, 0A and 53. RGB value is (3,10,83). Sum of RGB (Red+Green+Blue) = 3+10+83=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #030A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A53 is #FCF5AC. Grayscale: #0F0F0F. Windows color (decimal): -16577965 or 5442051. OLE color: 5442051.

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

Color convert

RGB31083-
CMYK0.960.8800.67
HSL234.75º93.02%16.86%-
HSV(B)234.75º96.39%32.55%-
XYZ1.710.868.26-
YUV16.23165.68118.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 83 (32.81% from 255) = 86.46%
R=3.12%
G=10.42%
B=86.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal310830.960.8800.67234.7593.0216.86
Hex3A536058043eb5d11
Octal312123140130010335313521
Binary1110101010011110000010110000100001111101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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