#031965

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

Shades of Sapphire #031965

Tints of Sapphire #031965

Color information

#031965 (or 0x031965) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 65. RGB value is (3,25,101). Sum of RGB (Red+Green+Blue) = 3+25+101=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 101 (39.84% from 255 or 78.29% from 129); Max value from RGB is 101 - color contains mainly: blue. Hex color #031965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031965 is #FCE69A. Grayscale: #1A1A1A. Windows color (decimal): -16574107 or 6625539. OLE color: 6625539.

HSL color Cylindrical-coordinate representation of color #031965: hue angle of 226.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031965 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB325101-
CMYK0.970.7500.60
HSL226.53º94.23%20.39%-
HSV(B)226.53º97.03%39.61%-
XYZ2.731.6512.49-
YUV27.09169.71110.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 101 (39.84% from 255) = 78.29%
R=2.33%
G=19.38%
B=78.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3251010.970.7500.60226.5394.2320.39
Hex31965614B03Ce35e14
Octal33114514111307434313624
Binary1111001110010111000011001011011110011100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031965; }

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

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

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

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

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

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

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

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