#031B6E

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

Shades of Sapphire #031B6E

Tints of Sapphire #031B6E

Color information

#031B6E (or 0x031B6E) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 6E. RGB value is (3,27,110). Sum of RGB (Red+Green+Blue) = 3+27+110=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #031B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B6E is #FCE491. Grayscale: #1C1C1C. Windows color (decimal): -16573586 or 7215875. OLE color: 7215875.

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

Color convert

RGB327110-
CMYK0.970.7500.57
HSL226.54º94.69%22.16%-
HSV(B)226.54º97.27%43.14%-
XYZ3.241.9314.95-
YUV29.29173.55109.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 110 (43.36% from 255) = 78.57%
R=2.14%
G=19.29%
B=78.57%

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
Decimal3271100.970.7500.57226.5494.6922.16
Hex31B6E614B039e35f16
Octal33315614111307134313726
Binary1111011110111011000011001011011100111100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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