#030D5A

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

Shades of Sapphire #030D5A

Tints of Sapphire #030D5A

Color information

#030D5A (or 0x030D5A) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 5A. RGB value is (3,13,90). Sum of RGB (Red+Green+Blue) = 3+13+90=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #030D5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5A is #FCF2A5. Grayscale: #121212. Windows color (decimal): -16577190 or 5901571. OLE color: 5901571.

HSL color Cylindrical-coordinate representation of color #030D5A: hue angle of 233.1º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D5A is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31390-
CMYK0.970.8600.65
HSL233.1º93.55%18.24%-
HSV(B)233.1º96.67%35.29%-
XYZ2.031.059.77-
YUV18.79168.19116.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 90 (35.55% from 255) = 84.91%
R=2.83%
G=12.26%
B=84.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal313900.970.8600.65233.193.5518.24
Hex3D5A6156041e95e12
Octal315132141126010135113622
Binary1111011011010110000110101100100000111101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,13,90); }

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

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

 a { background-color: rgb(3,13,90); }

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

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

 span { border-color: rgb(3,13,90); }

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