#030D56

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

Shades of Sapphire #030D56

Tints of Sapphire #030D56

Color information

#030D56 (or 0x030D56) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 56. RGB value is (3,13,86). Sum of RGB (Red+Green+Blue) = 3+13+86=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #030D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D56 is #FCF2A9. Grayscale: #121212. Windows color (decimal): -16577194 or 5639427. OLE color: 5639427.

HSL color Cylindrical-coordinate representation of color #030D56: hue angle of 232.77º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D56 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB31386-
CMYK0.970.8500.66
HSL232.77º93.26%17.45%-
HSV(B)232.77º96.51%33.73%-
XYZ1.860.988.89-
YUV18.33166.19117.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 13 (5.47% from 255) = 12.75%
BLUE value IS 86 (33.98% from 255) = 84.31%
R=2.94%
G=12.75%
B=84.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal313860.970.8500.66232.7793.2617.45
Hex3D566155042e95d11
Octal315126141125010235113521
Binary1111011010110110000110101010100001011101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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