#031872

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

Shades of Sapphire #031872

Tints of Sapphire #031872

Color information

#031872 (or 0x031872) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 72. RGB value is (3,24,114). Sum of RGB (Red+Green+Blue) = 3+24+114=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #031872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031872 is #FCE78D. Grayscale: #1B1B1B. Windows color (decimal): -16574350 or 7477251. OLE color: 7477251.

HSL color Cylindrical-coordinate representation of color #031872: hue angle of 228.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031872 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB324114-
CMYK0.970.7900.55
HSL228.65º94.87%22.94%-
HSV(B)228.65º97.37%44.71%-
XYZ3.41.8916.1-
YUV27.98176.54110.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=2.13%
G=17.02%
B=80.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3241140.970.7900.55228.6594.8722.94
Hex31872614F037e55f17
Octal33016214111706734513727
Binary1111000111001011000011001111011011111100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031872; }

 p { color: rgb(3,24,114); }

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

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

 a { background-color: rgb(3,24,114); }

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

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

 span { border-color: rgb(3,24,114); }

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