#030E4F

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

Shades of Sapphire #030E4F

Tints of Sapphire #030E4F

Color information

#030E4F (or 0x030E4F) is unknown color: approx Sapphire. HEX triplet: 03, 0E and 4F. RGB value is (3,14,79). Sum of RGB (Red+Green+Blue) = 3+14+79=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #030E4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E4F is #FCF1B0. Grayscale: #111111. Windows color (decimal): -16576945 or 5180931. OLE color: 5180931.

HSL color Cylindrical-coordinate representation of color #030E4F: hue angle of 231.32º 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 #030E4F is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31479-
CMYK0.960.8200.69
HSL231.32º92.68%16.08%-
HSV(B)231.32º96.2%30.98%-
XYZ1.610.97.49-
YUV18.12162.36117.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 79 (31.25% from 255) = 82.29%
R=3.12%
G=14.58%
B=82.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal314790.960.8200.69231.3292.6816.08
Hex3E4F6052045e75d10
Octal316117140122010534713520
Binary1111101001111110000010100100100010111100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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