#030E5B

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

Shades of Sapphire #030E5B

Tints of Sapphire #030E5B

Color information

#030E5B (or 0x030E5B) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 5B. RGB value is (3,14,91). Sum of RGB (Red+Green+Blue) = 3+14+91=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #030E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E5B is #FCF1A4. Grayscale: #131313. Windows color (decimal): -16576933 or 5967363. OLE color: 5967363.

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

Color convert

RGB31491-
CMYK0.970.8500.64
HSL232.5º93.62%18.43%-
HSV(B)232.5º96.7%35.69%-
XYZ2.081.0910-
YUV19.49168.36116.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 91 (35.94% from 255) = 84.26%
R=2.78%
G=12.96%
B=84.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal314910.970.8500.64232.593.6218.43
Hex3E5B6155040e85e12
Octal316133141125010035013622
Binary1111101011011110000110101010100000011101000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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