#030D51

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

Shades of Sapphire #030D51

Tints of Sapphire #030D51

Color information

#030D51 (or 0x030D51) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 51. RGB value is (3,13,81). Sum of RGB (Red+Green+Blue) = 3+13+81=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #030D51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D51 is #FCF2AE. Grayscale: #111111. Windows color (decimal): -16577199 or 5311747. OLE color: 5311747.

HSL color Cylindrical-coordinate representation of color #030D51: hue angle of 232.31º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030D51 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB31381-
CMYK0.960.8400.68
HSL232.31º92.86%16.47%-
HSV(B)232.31º96.3%31.76%-
XYZ1.670.97.87-
YUV17.76163.69117.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 81 (32.03% from 255) = 83.51%
R=3.09%
G=13.40%
B=83.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal313810.960.8400.68232.3192.8616.47
Hex3D516054044e85d10
Octal315121140124010435013520
Binary1111011010001110000010101000100010011101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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