#030D5B

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

Shades of Sapphire #030D5B

Tints of Sapphire #030D5B

Color information

#030D5B (or 0x030D5B) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 5B. RGB value is (3,13,91). Sum of RGB (Red+Green+Blue) = 3+13+91=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #030D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D5B is #FCF2A4. Grayscale: #121212. Windows color (decimal): -16577189 or 5967107. OLE color: 5967107.

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

Color convert

RGB31391-
CMYK0.970.8600.64
HSL233.18º93.62%18.43%-
HSV(B)233.18º96.7%35.69%-
XYZ2.071.069.99-
YUV18.9168.69116.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 91 (35.94% from 255) = 85.05%
R=2.80%
G=12.15%
B=85.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal313910.970.8600.64233.1893.6218.43
Hex3D5B6156040e95e12
Octal315133141126010035113622
Binary1111011011011110000110101100100000011101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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