#030D59

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

Shades of Sapphire #030D59

Tints of Sapphire #030D59

Color information

#030D59 (or 0x030D59) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 59. RGB value is (3,13,89). Sum of RGB (Red+Green+Blue) = 3+13+89=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #030D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D59 is #FCF2A6. Grayscale: #121212. Windows color (decimal): -16577191 or 5836035. OLE color: 5836035.

HSL color Cylindrical-coordinate representation of color #030D59: hue angle of 233.02º degrees, saturation: 0.93, 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 #030D59 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31389-
CMYK0.970.8500.65
HSL233.02º93.48%18.04%-
HSV(B)233.02º96.63%34.9%-
XYZ1.981.039.55-
YUV18.67167.69116.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 89 (35.16% from 255) = 84.76%
R=2.86%
G=12.38%
B=84.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal313890.970.8500.65233.0293.4818.04
Hex3D596155041e95d12
Octal315131141125010135113522
Binary1111011011001110000110101010100000111101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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