#031469

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

Shades of Sapphire #031469

Tints of Sapphire #031469

Color information

#031469 (or 0x031469) is unknown color: approx Sapphire. HEX triplet: 03, 14 and 69. RGB value is (3,20,105). Sum of RGB (Red+Green+Blue) = 3+20+105=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #031469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031469 is #FCEB96. Grayscale: #181818. Windows color (decimal): -16575383 or 6886403. OLE color: 6886403.

HSL color Cylindrical-coordinate representation of color #031469: hue angle of 230º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031469 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB320105-
CMYK0.970.8100.59
HSL230º94.44%21.18%-
HSV(B)230º97.14%41.18%-
XYZ2.841.5413.51-
YUV24.61173.37112.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 105 (41.41% from 255) = 82.03%
R=2.34%
G=15.62%
B=82.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3201050.970.8100.5923094.4421.18
Hex31469615103Be65e15
Octal32415114112107334613625
Binary1110100110100111000011010001011101111100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031469; }

 p { color: rgb(3,20,105); }

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

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

 a { background-color: rgb(3,20,105); }

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

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

 span { border-color: rgb(3,20,105); }

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