#031c6e

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

Shades of Sapphire #031C6E

Tints of Sapphire #031C6E

Color information

#031C6E (or 0x031C6E) is unknown color: approx Sapphire. HEX triplet: 03, 1C and 6E. RGB value is (3,28,110). Sum of RGB (Red+Green+Blue) = 3+28+110=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #031C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C6E is #FCE391. Grayscale: #1D1D1D. Windows color (decimal): -16573330 or 7216131. OLE color: 7216131.

HSL color Cylindrical-coordinate representation of color #031C6E: hue angle of 225.98º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C6E is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB328110-
CMYK0.970.7500.57
HSL225.98º94.69%22.16%-
HSV(B)225.98º97.27%43.14%-
XYZ3.271.9814.96-
YUV29.87173.22108.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 28 (11.33% from 255) = 19.86%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=2.13%
G=19.86%
B=78.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3281100.970.7500.57225.9894.6922.16
Hex31C6E614B039e25f16
Octal33415614111307134213726
Binary1111100110111011000011001011011100111100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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