#031C69

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

Shades of Sapphire #031C69

Tints of Sapphire #031C69

Color information

#031C69 (or 0x031C69) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 69. RGB value is (3,28,105). Sum of RGB (Red+Green+Blue) = 3+28+105=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #031C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C69 is #FCE396. Grayscale: #1C1C1C. Windows color (decimal): -16573335 or 6888451. OLE color: 6888451.

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

Color convert

RGB328105-
CMYK0.970.7300.59
HSL225.29º94.44%21.18%-
HSV(B)225.29º97.14%41.18%-
XYZ31.8713.57-
YUV29.3170.72109.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=2.21%
G=20.59%
B=77.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3281050.970.7300.59225.2994.4421.18
Hex31C69614903Be15e15
Octal33415114111107334113625
Binary1111100110100111000011001001011101111100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031C69; }

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

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

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

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

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

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

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

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