#030D4F

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

Shades of Sapphire #030D4F

Tints of Sapphire #030D4F

Color information

#030D4F (or 0x030D4F) is unknown color: approx Sapphire. HEX triplet: 03, 0D and 4F. RGB value is (3,13,79). Sum of RGB (Red+Green+Blue) = 3+13+79=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #030D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D4F is #FCF2B0. Grayscale: #111111. Windows color (decimal): -16577201 or 5180675. OLE color: 5180675.

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

Color convert

RGB31379-
CMYK0.960.8400.69
HSL232.11º92.68%16.08%-
HSV(B)232.11º96.2%30.98%-
XYZ1.590.877.48-
YUV17.53162.69117.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 79 (31.25% from 255) = 83.16%
R=3.16%
G=13.68%
B=83.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal313790.960.8400.69232.1192.6816.08
Hex3D4F6054045e85d10
Octal315117140124010535013520
Binary1111011001111110000010101000100010111101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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