#031969

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

Shades of Sapphire #031969

Tints of Sapphire #031969

Color information

#031969 (or 0x031969) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 69. RGB value is (3,25,105). Sum of RGB (Red+Green+Blue) = 3+25+105=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #031969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031969 is #FCE696. Grayscale: #1B1B1B. Windows color (decimal): -16574103 or 6887683. OLE color: 6887683.

HSL color Cylindrical-coordinate representation of color #031969: hue angle of 227.06º 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 #031969 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB325105-
CMYK0.970.7600.59
HSL227.06º94.44%21.18%-
HSV(B)227.06º97.14%41.18%-
XYZ2.931.7313.54-
YUV27.54171.71110.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=2.26%
G=18.80%
B=78.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3251050.970.7600.59227.0694.4421.18
Hex31969614C03Be35e15
Octal33115114111407334313625
Binary1111001110100111000011001100011101111100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031969; }

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

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

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

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

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

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

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

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